diff --git a/webif/html/browse/index.jim b/webif/html/browse/index.jim index d8e7dac..1904d5a 100755 --- a/webif/html/browse/index.jim +++ b/webif/html/browse/index.jim @@ -212,8 +212,8 @@ proc entry {file} {{i 0}} { # Indexed set dlna 0 - if {$::dlnaok && $::model eq "HDR" && [llength [ - system dlnaurl [file normalize $file]]]} { + if {$::dlnaok && $::model eq "HDR" && + [llength [system dlnaurl $file]]} { icon "/img/dlna.png" "Indexed by DLNA Server" set dlna 1 }