- Philips: another fix for lists with missing s2channellib\\DVBSall.xml file

This commit is contained in:
Horst Beham
2021-04-02 19:36:46 +02:00
parent 0306c63dbd
commit 6e2358ffbb
2 changed files with 5 additions and 0 deletions

View File

@@ -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)

View File

@@ -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)