mirror of
https://github.com/wkulhanek/bonob.git
synced 2025-12-21 17:33:29 +01:00
Ability to play a playlist
This commit is contained in:
@@ -133,6 +133,9 @@ export class InMemoryMusicService implements MusicService {
|
||||
searchArtists: async (_: string) => Promise.resolve([]),
|
||||
searchAlbums: async (_: string) => Promise.resolve([]),
|
||||
searchTracks: async (_: string) => Promise.resolve([]),
|
||||
playlists: async () => Promise.resolve([]),
|
||||
playlist: async (id: string) =>
|
||||
Promise.reject(`No playlist with id ${id}`),
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user