feat: design for queue, add songs, search and more

This commit is contained in:
2026-09-01 15:33:21 +02:00
parent 3a0f8210dd
commit faa271edd6
19 changed files with 251 additions and 34 deletions
+5
View File
@@ -90,6 +90,11 @@ export interface PlayerSourcePlugin {
*/
'getDuration': () => number;
/**
* Check if source is available for playback
*/
'available': () => boolean;
/**
* Called when user adds another song to the playlist via this source.
* You may use the provided interface elements (search bar and popups) to e.g. ask if user wants to use a playlist, album, etc