Skip to content

Commit fe91b63

Browse files
authored
docs: Add a Youtube playlist example (#1946)
1 parent b49554b commit fe91b63

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/react/src/App.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -449,6 +449,7 @@ const App = () => {
449449
<td>
450450
{renderLoadButton('https://www.youtube.com/watch?v=oUFJJNQGwhk', 'Test A')}
451451
{renderLoadButton('https://www.youtube.com/watch?v=jNgP6d9HraI', 'Test B')}
452+
{renderLoadButton('https://www.youtube.com/playlist?list=PLRfhDHeBTBJ7MU5DX4P_oBIRN457ah9lA', 'Playlist')}
452453
</td>
453454
</tr>
454455
<tr>

0 commit comments

Comments
 (0)