TagFile: rewind the stream before trying the next plugin

Got lost in commit c97685fe
This commit is contained in:
Max Kellermann 2013-12-29 17:09:40 +01:00
parent cecae419fb
commit ea9aff1d3f

View File

@ -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);