File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2758,11 +2758,11 @@ sub rescanCommand {
27582758 my $sth = $dbh -> prepare_cached(' DELETE FROM scanned_files WHERE url = ?' );
27592759 my @paths = Slim::Utils::Misc::uniq(
27602760 map {
2761- # reset time timestamp so changes are certainly picked up
2761+ # reset the track's timestamp so changes are certainly picked up
27622762 $_ -> timestamp(0);
27632763 $_ -> update;
27642764
2765- # delete entry in scanned_files - rescan doesn't handle deletions for non-recursive scans
2765+ # delete entry in scanned_files - otherwise rescan doesn't handle deletions for non-recursive scans
27662766 $sth -> execute($_ -> url);
27672767
27682768 dirname(Slim::Utils::Misc::pathFromFileURL($_ -> url));
Original file line number Diff line number Diff line change @@ -6896,7 +6896,7 @@ SETUP_PLAYLISTRESCAN
68966896 ZH_CN 重新扫描播放表而已。
68976897
68986898RESCAN_ALBUM
6899- CZ Znovu naskenovat album
6899+ CS Znovu naskenovat album
69006900 DE Album neu einlesen
69016901 EN Rescan Album
69026902 FR Réanalyser l'album
You can’t perform that action at this time.
0 commit comments