Review from CodeFactor
This commit is contained in:
@@ -31,7 +31,6 @@ namespace MetaData
|
||||
std::unique_ptr<IParser>
|
||||
createParser(ParserType parserType, ParserReadStyle parserReadStyle)
|
||||
{
|
||||
|
||||
switch (parserType)
|
||||
{
|
||||
case ParserType::TagLib:
|
||||
|
||||
@@ -120,7 +120,6 @@ namespace UserInterface
|
||||
{
|
||||
const std::vector<Database::TrackId> tracks {getArtistsTracks(LmsApp->getDbSession(), artistIds, _filters.getClusterIds(), _maxTrackCountToEnqueue)};
|
||||
processCommand(command, tracks);
|
||||
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user