decoder/sidplay: use SidTune::getStatus()
This commit is contained in:
parent
0bd25f1e17
commit
c3dbc92766
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user