fix thinko ... we're checking if a DiskReader handles audio
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user