fix status when decrypting

git-svn-id: file:///root/webif/svn/pkg/webif/trunk@2564 2a923420-c742-0410-a762-8d5b09965624
This commit is contained in:
hummypkg 2016-01-04 02:19:31 +00:00
parent e5c01f19d3
commit e3a0d1ec96
1 changed files with 4 additions and 1 deletions

View File

@ -30,7 +30,7 @@ if {[catch {set pid [exec pgrep -n humaxtv]}]} {
exit
}
set exts {.ts .mkv .avi .mpg .mpeg .wmv .mp3 .mp4 .mov}
set exts {.ts .avi .mpg .mpeg .wmv .mkv .mp3 .mp4 .mov .hmt .m4v .m4a}
proc get_data {} {
global pid exts opfile
@ -91,6 +91,9 @@ if {[file exists "/mod/tmp/webif_auto/.op"]} {
set fp [open "/mod/tmp/webif_auto/.op"]
lassign [split [string trim [$fp read]] ":"] op opfile
$fp close
if {[system model] eq "HDR"} {
set opfile [string map {/media/ /mnt/hd2/} $opfile]
}
debug "OP: $op - $opfile"
}