beginning of work to save queue to server
This commit is contained in:
@@ -258,6 +258,11 @@ type SupportsSharing interface {
|
||||
CanShareArtists() bool
|
||||
}
|
||||
|
||||
type CanSavePlayQueue interface {
|
||||
SavePlayQueue(trackIDs []string, currentTrackPos int, timeSeconds int) error
|
||||
GetPlayQueue() (*SavedPlayQueue, error)
|
||||
}
|
||||
|
||||
type LyricsProvider interface {
|
||||
GetLyrics(track *Track) (*Lyrics, error)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user