This commit is contained in:
prpr 2022-03-27 23:59:32 +01:00
parent a79addc543
commit 9fb761a38e
1 changed files with 1 additions and 3 deletions

View File

@ -26,9 +26,7 @@ if {[file isdirectory $file]} {
set new [string map {"\n" ""} [
string trim [cgi_get "rename_$attr"]]]
set old [$ts get $attr]
if {$attr eq "title" || $attr eq "synopsis"} {
set new "\025$new"
} elseif {$attr eq "genre"} {
if {$attr eq "genre"} {
set new [ts genre $new]
}
if {$new ne $old} {