CodeFactor review

This commit is contained in:
emeric
2023-04-02 15:14:17 +02:00
parent 3c415679c9
commit ea6b92e4fb
-1
View File
@@ -248,7 +248,6 @@ getMedium(const TagMap& tags)
if (strings.size() == 2)
medium->trackCount = StringUtils::readAs<std::size_t>(strings[1]);
}
}
// Expecting 'Number[/Total]'
medium->position = getPropertyValueAs<std::size_t>(tags, "DISCNUMBER");