From c737ad3a79c0e8440a643ded04e897563e5f2547 Mon Sep 17 00:00:00 2001 From: Jacques Yakoub Date: Wed, 2 Jul 2025 09:58:10 +0200 Subject: [PATCH] docs: Add a Youtube playlist example --- examples/react/src/App.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/react/src/App.tsx b/examples/react/src/App.tsx index f1a9182a..48a53714 100644 --- a/examples/react/src/App.tsx +++ b/examples/react/src/App.tsx @@ -449,6 +449,7 @@ const App = () => { {renderLoadButton('https://www.youtube.com/watch?v=oUFJJNQGwhk', 'Test A')} {renderLoadButton('https://www.youtube.com/watch?v=jNgP6d9HraI', 'Test B')} + {renderLoadButton('https://www.youtube.com/playlist?list=PLRfhDHeBTBJ7MU5DX4P_oBIRN457ah9lA', 'Playlist')}