exerimental support for Hisense's new channellist.db format

This commit is contained in:
hbeham
2017-03-31 16:55:37 +02:00
parent 09255695fc
commit 16b3f3fbc0
18 changed files with 1651 additions and 20 deletions

View File

@@ -31,7 +31,7 @@ namespace ChanSort.Ui
{
public partial class MainForm : XtraForm
{
public const string AppVersion = "v2016-08-10";
public const string AppVersion = "v2017-03-29";
private const int MaxMruEntries = 10;
private readonly List<string> isoEncodings = new List<string>();