Removed no longer used stuff
This commit is contained in:
@@ -54,7 +54,6 @@ namespace lms::scanner
|
||||
CheckForRemovedFiles,
|
||||
ComputeClusterStats,
|
||||
Compact,
|
||||
FetchTrackFeatures,
|
||||
Optimize,
|
||||
ReconciliateArtists,
|
||||
ReloadSimilarityEngine,
|
||||
|
||||
@@ -212,13 +212,6 @@ namespace lms::ui
|
||||
.arg(stepStats.progress()));
|
||||
break;
|
||||
|
||||
case ScanStep::FetchTrackFeatures:
|
||||
_stepStatus->setText(Wt::WString::tr("Lms.Admin.ScannerController.step-fetching-track-features")
|
||||
.arg(stepStats.processedElems)
|
||||
.arg(stepStats.totalElems)
|
||||
.arg(stepStats.progress()));
|
||||
break;
|
||||
|
||||
case ScanStep::Optimize:
|
||||
_stepStatus->setText(Wt::WString::tr("Lms.Admin.ScannerController.step-optimize")
|
||||
.arg(stepStats.progress()));
|
||||
|
||||
Reference in New Issue
Block a user