diff --git a/CONTROL/control b/CONTROL/control index 905dea2c..bc149fd9 100644 --- a/CONTROL/control +++ b/CONTROL/control @@ -1,7 +1,7 @@ Package: webif Priority: optional Section: web -Version: 0.10.0-1 +Version: 0.10.0-2 Architecture: mipsel Maintainer: af123@hummypkg.org.uk Depends: webif-channelicons(>=1.0.3),mongoose(>=3.0-7),jim(>=0.73-1),jim-oo,jim-sqlite3(>=0.73),jim-cgi(>=0.5),service-control(>=1.2),busybox(>=1.19.3-1),lsof,epg(>=1.0.9),hmt(>=1.1.6),ssmtp,anacron,trm,openssl-command,nicesplice,id3v2,file,rsvsync(>=1.0.2),webif-charts(>=1.2),stripts(>=1.1.2),smartmontools diff --git a/var/mongoose/cgi-bin/xepg.jim b/var/mongoose/cgi-bin/xepg.jim index 206564f5..4e09edda 100755 --- a/var/mongoose/cgi-bin/xepg.jim +++ b/var/mongoose/cgi-bin/xepg.jim @@ -80,8 +80,9 @@ proc but {label time {active 1}} { puts "
diff --git a/var/mongoose/html/play/play.jim b/var/mongoose/html/play/play.jim index 08cf54ed..ab68d9e4 100755 --- a/var/mongoose/html/play/play.jim +++ b/var/mongoose/html/play/play.jim @@ -23,7 +23,8 @@ if {![$ts flag "ODEncrypted"]} { } else { lassign [$ts dlnaloc] url if {$url eq ""} { - alert("Media is encrypted and not indexed by the DLNA Server."); + puts "Media is encrypted and not indexed by the DLNA Server." + exit } }