fix: detect followed playlists correctly in header
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:
joren
2026-03-31 02:02:31 +02:00
parent 1ad3ba4e69
commit 4ebd5ed3f0
7 changed files with 24 additions and 10 deletions

View File

@@ -55,6 +55,7 @@ private:
QobuzBackend *m_backend = nullptr;
PlayQueue *m_queue = nullptr;
QVector<QPair<qint64, QString>> m_userPlaylists;
QSet<qint64> m_userPlaylistIds;
QSet<QString> m_favAlbumIds;
QSet<qint64> m_favArtistIds;
bool m_showFavAlbumsOnLoad = false;