- added support for 2016 Hisense channels.db SQLite file format

- DevExpress upgrade
This commit is contained in:
hbeham
2016-04-16 20:01:51 +02:00
parent 845c1c44c1
commit 2b938edd88
26 changed files with 1006 additions and 398 deletions

View File

@@ -28,6 +28,7 @@ namespace ChanSort.Loader.SamsungJ
this.Features.CanDeleteChannels = true;
this.DataRoot.SupportedFavorites = Favorites.A | Favorites.B | Favorites.C | Favorites.D | Favorites.E;
this.DataRoot.SortedFavorites = true;
this.DataRoot.AllowGapsInFavNumbers = false;
}
#endregion