Skip to content

Commit 65c2350

Browse files
committed
Fix incorrect language tag.
Signed-off-by: Michael Herger <michael@herger.net>
1 parent 9614a8a commit 65c2350

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Slim/Control/Commands.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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));

strings.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6896,7 +6896,7 @@ SETUP_PLAYLISTRESCAN
68966896
ZH_CN 重新扫描播放表而已。
68976897

68986898
RESCAN_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

0 commit comments

Comments
 (0)