Fix playlists not setting the queue to ready

custom
ailurux 3 months ago
parent b4b43ca3eb
commit 001fc52ec8
  1. 1
      src/tangara/audio/track_queue.cpp

@ -181,6 +181,7 @@ auto TrackQueue::openPlaylist(const std::string& playlist_file, bool notify)
if (!res) {
return false;
}
ready_ = true;
updateShuffler(true);
if (notify) {
notifyChanged(true, Reason::kExplicitUpdate);

Loading…
Cancel
Save