diff --git a/src/decoder/plugins/SidplayDecoderPlugin.cxx b/src/decoder/plugins/SidplayDecoderPlugin.cxx index 395945157..a6f5c19aa 100644 --- a/src/decoder/plugins/SidplayDecoderPlugin.cxx +++ b/src/decoder/plugins/SidplayDecoderPlugin.cxx @@ -153,7 +153,7 @@ sidplay_file_decode(Decoder &decoder, Path path_fs) const auto container = ParseContainerPath(path_fs); SidTuneMod tune(container.path.c_str()); - if (!tune) { + if (!tune.getStatus()) { LogWarning(sidplay_domain, "failed to load file"); return; }