No tabs in TagLib

This commit is contained in:
Scott Wheeler
2019-09-10 13:08:11 +02:00
parent 085180e9a4
commit dc0f667a4c
2 changed files with 3 additions and 4 deletions

View File

@ -109,8 +109,8 @@ bool MPEG::File::isSupported(IOStream *stream)
const ByteVector buffer = Utils::readHeader(stream, bufferSize(), true, &headerOffset);
if(buffer.isEmpty())
return false;
return false;
const long originalPosition = stream->tell();
AdapterFile file(stream);