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')}
|