Review from CodeFactor

This commit is contained in:
emeric
2022-09-07 19:50:26 +02:00
parent de47440ad4
commit 08c809e71c
3 changed files with 0 additions and 3 deletions
-1
View File
@@ -76,7 +76,6 @@ LMS.mediaplayer = function () {
_applyAudioTrackParameters(_pendingTrackParameters); _applyAudioTrackParameters(_pendingTrackParameters);
_pendingTrackParameters = null; _pendingTrackParameters = null;
} }
} }
let _updateControls = function() { let _updateControls = function() {
-1
View File
@@ -31,7 +31,6 @@ namespace MetaData
std::unique_ptr<IParser> std::unique_ptr<IParser>
createParser(ParserType parserType, ParserReadStyle parserReadStyle) createParser(ParserType parserType, ParserReadStyle parserReadStyle)
{ {
switch (parserType) switch (parserType)
{ {
case ParserType::TagLib: case ParserType::TagLib:
@@ -120,7 +120,6 @@ namespace UserInterface
{ {
const std::vector<Database::TrackId> tracks {getArtistsTracks(LmsApp->getDbSession(), artistIds, _filters.getClusterIds(), _maxTrackCountToEnqueue)}; const std::vector<Database::TrackId> tracks {getArtistsTracks(LmsApp->getDbSession(), artistIds, _filters.getClusterIds(), _maxTrackCountToEnqueue)};
processCommand(command, tracks); processCommand(command, tracks);
} }
void void