Allow searching for content type 0 (Unclassified)
This commit is contained in:
parent
72cca9737b
commit
ad950424f8
@ -9,7 +9,7 @@ header
|
||||
|
||||
require totop
|
||||
|
||||
set ct [cgi_unquote_input [cgi_get ct 0]]
|
||||
set ct [cgi_unquote_input [cgi_get ct ""]]
|
||||
set crid [cgi_unquote_input [cgi_get crid ""]]
|
||||
set scrid [cgi_unquote_input [cgi_get scrid ""]]
|
||||
|
||||
@ -41,7 +41,7 @@ set cmd "search"
|
||||
if {$searchfull} { set cmd "searchall" }
|
||||
|
||||
set dedup 0
|
||||
if {$ct > 0 } {
|
||||
if {$ct ne "" } {
|
||||
set records [epg dbfetch dump -type $ct]
|
||||
if {[[settings] genrededup]} { set dedup 1 }
|
||||
} elseif {$crid ne ""} {
|
||||
|
Loading…
Reference in New Issue
Block a user