mirror of
https://github.com/janishutz/MusicPlayer.git
synced 2026-09-10 14:25:24 +02:00
feat: basic player commands
This commit is contained in:
+1
-1
@@ -22,7 +22,7 @@ export interface PlayerSourcePlugin {
|
||||
'login'?: () => Promise<boolean>;
|
||||
|
||||
/**
|
||||
* Play a song by its ID
|
||||
* Play a song by its ID. Should start playing it immediately
|
||||
*/
|
||||
'playSong': ( id: string ) => Promise<void>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user