mirror of
https://github.com/wkulhanek/bonob.git
synced 2025-12-21 17:33:29 +01:00
Change playing of a track to mark nowPlaying rather than scrobble, refactor/tidy up track streaming
This commit is contained in:
@@ -130,6 +130,9 @@ export class InMemoryMusicService implements MusicService {
|
||||
scrobble: async (_: string) => {
|
||||
return Promise.resolve(true);
|
||||
},
|
||||
nowPlaying: async (_: string) => {
|
||||
return Promise.resolve(true);
|
||||
},
|
||||
searchArtists: async (_: string) => Promise.resolve([]),
|
||||
searchAlbums: async (_: string) => Promise.resolve([]),
|
||||
searchTracks: async (_: string) => Promise.resolve([]),
|
||||
|
||||
Reference in New Issue
Block a user