diff --git a/src/sound.cpp b/src/sound.cpp index 245b2c1b2498..ebf22f9efa7e 100644 --- a/src/sound.cpp +++ b/src/sound.cpp @@ -263,7 +263,7 @@ static bool track_ok(const std::string& id) LOG_AUDIO << "Considering " << id << "\n"; if(!current_track) { - return false; + return true; } // If they committed changes to list, we forget previous plays, but