TagFile: rewind the stream before trying the next plugin
Got lost in commit c97685fe
This commit is contained in:
parent
cecae419fb
commit
ea9aff1d3f
@ -67,7 +67,8 @@ public:
|
||||
IgnoreError());
|
||||
if (is == nullptr)
|
||||
return false;
|
||||
}
|
||||
} else
|
||||
is->LockRewind(IgnoreError());
|
||||
|
||||
/* now try the stream_tag() method */
|
||||
return plugin.ScanStream(*is, handler, handler_ctx);
|
||||
|
Loading…
Reference in New Issue
Block a user