fix thinko ... we're checking if a DiskReader handles audio

This commit is contained in:
Paul Davis
2019-12-19 09:09:42 -07:00
parent 3c83979a50
commit 8deed500a4

View File

@@ -1664,7 +1664,7 @@ DiskReader::reload_loop ()
boost::shared_ptr<ChannelList> c = channels.reader();
if (c->empty() || !_playlists[DataType::MIDI]) {
if (c->empty() || !_playlists[DataType::AUDIO]) {
return;
}