diff --git a/CONTROL/control b/CONTROL/control
index caaa697..a41b1e7 100644
--- a/CONTROL/control
+++ b/CONTROL/control
@@ -1,7 +1,7 @@
Package: webif
Priority: optional
Section: web
-Version: 1.2.1-1
+Version: 1.2.1-2
Architecture: mipsel
Maintainer: af123@hummypkg.org.uk
Depends: webif-channelicons(>=1.1.14),lighttpd(>=1.4.35-2),jim(>=0.76),jim-oo,jim-sqlite3(>=0.76),jim-cgi(>=0.7),jim-binary(>=0.76),service-control(>=2.1),busybox(>=1.20.2-1),lsof(>=4.87),epg(>=1.2.0),hmt(>=2.0.3),ssmtp,anacron,trm(>=1.1),openssl-command,nicesplice,id3v2,file,rsvsync(>=1.0.2),webif-charts(>=1.2-1),stripts(>=1.2.5-3),smartmontools,tmenu(>=1.08),ffmpeg,id3v2,multienv(>=1.6),tcpping(>=1.1),e2fsprogs,wireless-tools(>=29-1),dbupdate,mongoose,recmon(>=2.0.2)
diff --git a/webif/html/css/style.css b/webif/html/css/style.css
index 76ef26d..b1c57b7 100644
--- a/webif/html/css/style.css
+++ b/webif/html/css/style.css
@@ -257,9 +257,9 @@ pre, .pre
color: #ff4000 !important;
}
-.blueshade
+tr.blueshade > td, .blueshade
{
- background: #b9daff;
+ background: #b9daff !important;
color: black;
}
diff --git a/webif/html/dedup/dedup b/webif/html/dedup/dedup
index 5d56b70..1f665de 100755
--- a/webif/html/dedup/dedup
+++ b/webif/html/dedup/dedup
@@ -28,10 +28,10 @@ foreach dir $dirs {
if {!$auto} { puts "\[$dir\]" }
loadseries $dir
- foreach file [readdir $dir] {
- if {[file extension $file] ne ".hmt"} { continue }
+ foreach file [lsort -command dedupsort [readdir $dir]] {
+ if {[file extension $file] ne ".nts"} { continue }
- set file "$dir/$file"
+ set file "$dir/[file rootname $file].hmt"
set base [file tail [file rootname $file]]
lassign [dedupprocess $file] stat ts syn fn
diff --git a/webif/html/dedup/dedup.jim b/webif/html/dedup/dedup.jim
index 3d65806..5c7a37f 100755
--- a/webif/html/dedup/dedup.jim
+++ b/webif/html/dedup/dedup.jim
@@ -28,9 +28,11 @@ puts "