Merge branch 'v0.23.x'

This commit is contained in:
Max Kellermann
2022-07-12 11:59:49 +02:00
5 changed files with 32 additions and 33 deletions

View File

@@ -148,8 +148,6 @@ public:
}
DecoderCommand GetCommand() noexcept override {
assert(IsInitialized());
if (seek_where != SongTime{}) {
if (!seekable)
return DecoderCommand::STOP;