fix: stabilize seek slider and clean backend lint issues
Some checks failed
Build for Windows / build-windows (push) Has been cancelled

This commit is contained in:
joren
2026-03-31 00:57:09 +02:00
parent 5673d6cd30
commit 2aff8fda47
6 changed files with 70 additions and 46 deletions

View File

@@ -86,6 +86,9 @@ private:
QVector<RecentTrackSeed> m_recentTracks;
bool m_playing = false;
bool m_seeking = false;
bool m_seekPending = false;
quint64 m_pendingSeekTarget = 0;
qint64 m_pendingSeekStartedMs = 0;
bool m_fetchingAutoplay = false;
void requestAutoplaySuggestions();