mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-05-07 01:05:50 +02:00
Samsung .zip: Support for files that contain an empty SRV_EXT_APP table, which caused the whole list to show up empty.
This commit is contained in:
@@ -347,7 +347,7 @@ namespace ChanSort.Loader.Samsung.Zip
|
||||
sql += " from " + table + " inner join SRV on SRV.srvId="+table+".srvId inner join CHNL on CHNL.chId=SRV.chId";
|
||||
|
||||
if (this.tableNames.Contains("SRV_EXT_APP")) // in format 1352.0 there are duplicate "major" values in SRV and this recState seems to be the only difference
|
||||
sql += " inner join SRV_EXT_APP on SRV_EXT_APP.srvId=SRV.srvId order by SRV.major, ifnull(SRV_EXT_APP.recState,0) desc";
|
||||
sql += " left outer join SRV_EXT_APP on SRV_EXT_APP.srvId=SRV.srvId order by SRV.major, ifnull(SRV_EXT_APP.recState,0) desc";
|
||||
|
||||
return sql;
|
||||
}
|
||||
|
||||
@@ -1,7 +1,10 @@
|
||||
ChanSort Change Log
|
||||
===================
|
||||
|
||||
2021-04-02_1734:
|
||||
2021-04-10
|
||||
- Samsung .zip: Support for files that contain an empty SRV_EXT_APP table, which caused the whole list to show up empty.
|
||||
|
||||
2021-04-02_1734
|
||||
- Philips: another fix for lists with missing s2channellib\\DVBSall.xml file
|
||||
|
||||
2021-04-02
|
||||
|
||||
Reference in New Issue
Block a user