Skip to content

Commit

Permalink
Fix youtube example playlist
Browse files Browse the repository at this point in the history
  • Loading branch information
cookpete committed May 23, 2020
1 parent 749aaf8 commit fcf4657
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/demo/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ class App extends Component {
<td>
{this.renderLoadButton('https://www.youtube.com/watch?v=oUFJJNQGwhk', 'Test A')}
{this.renderLoadButton('https://www.youtube.com/watch?v=jNgP6d9HraI', 'Test B')}
{this.renderLoadButton('https://www.youtube.com/playlist?list=PLDEcUiPhzbjI217qs5KgMvbvx6-fgY_Al', 'Playlist')}
{this.renderLoadButton('https://www.youtube.com/playlist?list=PLogRWNZ498ETeQNYrOlqikEML3bKJcdcx', 'Playlist')}
</td>
</tr>
<tr>
Expand Down

0 comments on commit fcf4657

Please sign in to comment.