mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-01-14 19:32:04 +01:00
- Philips: another fix for lists with missing s2channellib\\DVBSall.xml file
This commit is contained in:
@@ -154,6 +154,8 @@ namespace ChanSort.Loader.Philips
|
||||
foreach (var entry in crcOffsetByRelPath)
|
||||
{
|
||||
var path = baseDir + entry.Key;
|
||||
if (!File.Exists(path))
|
||||
continue;
|
||||
var data = File.ReadAllBytes(path);
|
||||
var length = data.Length;
|
||||
if (VersionMajor < 12 && length > 0x6000)
|
||||
|
||||
@@ -1,6 +1,9 @@
|
||||
ChanSort Change Log
|
||||
===================
|
||||
|
||||
2021-04-02_1734:
|
||||
- Philips: another fix for lists with missing s2channellib\\DVBSall.xml file
|
||||
|
||||
2021-04-02
|
||||
- Philips: skip read-only files when loading the list, so they don't cause errors when the list is saved (e.g. DVBSall.xml)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user