Skip to content

Commit

Permalink
Continue processing Song even when no tracks are found (#7458)
Browse files Browse the repository at this point in the history
  • Loading branch information
sakertooth committed Aug 20, 2024
1 parent 88ee83b commit ff8c470
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/core/Song.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -235,9 +235,6 @@ void Song::processNextBuffer()
return;
}

// If we have no tracks to play, there is nothing to do
if (trackList.empty()) { return; }

// If the playback position is outside of the range [begin, end), move it to
// begin and inform interested parties.
// Returns true if the playback position was moved, else false.
Expand Down

0 comments on commit ff8c470

Please sign in to comment.