We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b49554b commit fe91b63Copy full SHA for fe91b63
examples/react/src/App.tsx
@@ -449,6 +449,7 @@ const App = () => {
449
<td>
450
{renderLoadButton('https://www.youtube.com/watch?v=oUFJJNQGwhk', 'Test A')}
451
{renderLoadButton('https://www.youtube.com/watch?v=jNgP6d9HraI', 'Test B')}
452
+ {renderLoadButton('https://www.youtube.com/playlist?list=PLRfhDHeBTBJ7MU5DX4P_oBIRN457ah9lA', 'Playlist')}
453
</td>
454
</tr>
455
<tr>
0 commit comments