Merge tag 'v0.22.10'
release v0.22.10
This commit is contained in:
@@ -582,10 +582,6 @@ DecoderBridge::SubmitTag(InputStream *is, Tag &&tag) noexcept
|
||||
|
||||
decoder_tag = std::make_unique<Tag>(std::move(tag));
|
||||
|
||||
/* check for a new stream tag */
|
||||
|
||||
UpdateStreamTag(is);
|
||||
|
||||
/* check if we're seeking */
|
||||
|
||||
if (PrepareInitialSeek())
|
||||
@@ -594,6 +590,10 @@ DecoderBridge::SubmitTag(InputStream *is, Tag &&tag) noexcept
|
||||
function here */
|
||||
return DecoderCommand::SEEK;
|
||||
|
||||
/* check for a new stream tag */
|
||||
|
||||
UpdateStreamTag(is);
|
||||
|
||||
/* send tag to music pipe */
|
||||
|
||||
if (stream_tag != nullptr)
|
||||
|
Reference in New Issue
Block a user