feat: added playlist option
All checks were successful
Build and Push Docker Image / docker (push) Successful in 10s

This commit is contained in:
2025-10-12 15:32:53 +02:00
parent 3f52382cdc
commit 17faca1f46
22 changed files with 28651 additions and 10272 deletions

View File

@@ -11,4 +11,5 @@ export const state = {
revealed: false,
pendingReady: null,
isBuffering: false,
playlists: [], // Available playlists
};