diff --git a/src/tangara/audio/track_queue.cpp b/src/tangara/audio/track_queue.cpp index c54be11f..90d01992 100644 --- a/src/tangara/audio/track_queue.cpp +++ b/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);