test/run_decoder: remove bogus assert()
This commit is contained in:
parent
79f9b268bb
commit
cd0396c1f1
|
@ -148,8 +148,6 @@ public:
|
|||
}
|
||||
|
||||
DecoderCommand GetCommand() noexcept override {
|
||||
assert(IsInitialized());
|
||||
|
||||
if (seek_where != SongTime{}) {
|
||||
if (!seekable)
|
||||
return DecoderCommand::STOP;
|
||||
|
|
Loading…
Reference in New Issue