forked from hummypkg/webif
Revert 567d142613
This commit is contained in:
parent
a79addc543
commit
9fb761a38e
@ -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} {
|
||||
|
Loading…
Reference in New Issue
Block a user