Review from CodeFactor
This commit is contained in:
@@ -76,7 +76,6 @@ LMS.mediaplayer = function () {
|
|||||||
_applyAudioTrackParameters(_pendingTrackParameters);
|
_applyAudioTrackParameters(_pendingTrackParameters);
|
||||||
_pendingTrackParameters = null;
|
_pendingTrackParameters = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
let _updateControls = function() {
|
let _updateControls = function() {
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user