diff --git a/src/decoder/plugins/SidplayDecoderPlugin.cxx b/src/decoder/plugins/SidplayDecoderPlugin.cxx index 8b4bd927b..168a15d2c 100644 --- a/src/decoder/plugins/SidplayDecoderPlugin.cxx +++ b/src/decoder/plugins/SidplayDecoderPlugin.cxx @@ -289,7 +289,7 @@ sidplay_scan_file(Path path_fs, const unsigned song_num = container.track; SidTuneMod tune(container.path.c_str()); - if (!tune) + if (!tune.getStatus()) return false; tune.selectSong(song_num);