fix: detect followed playlists correctly in header
Some checks failed
Build for Windows / build-windows (push) Has been cancelled
Some checks failed
Build for Windows / build-windows (push) Has been cancelled
Load owner+subscriber playlists, track all playlist IDs for follow-state resolution, and keep audio ring buffer at 32k as requested.
This commit is contained in:
@@ -45,7 +45,7 @@ public:
|
||||
void getFavTracks(quint32 offset = 0, quint32 limit = 500);
|
||||
void getFavAlbums(quint32 offset = 0, quint32 limit = 200);
|
||||
void getFavArtists(quint32 offset = 0, quint32 limit = 200);
|
||||
void getUserPlaylists(quint32 offset = 0, quint32 limit = 200);
|
||||
void getUserPlaylists(quint32 offset = 0, quint32 limit = 350);
|
||||
|
||||
// --- playback options ---
|
||||
void setReplayGain(bool enabled);
|
||||
|
||||
Reference in New Issue
Block a user