Make {system dlnaurl} handle any valid pathname for a file

This commit is contained in:
df 2021-03-15 13:29:29 +00:00
parent 350d1c10bb
commit ef3513d4a2
1 changed files with 1 additions and 1 deletions

View File

@ -329,7 +329,7 @@ ts method setgenre {newgenre} {
} }
ts method dlnaloc {{urlbase ""}} { ts method dlnaloc {{urlbase ""}} {
return [system dlnaurl [file normalize $file] $urlbase] return [system dlnaurl $file $urlbase]
} }
ts method cleanbmp {} { ts method cleanbmp {} {