- fixed favorites for Samsung J and later series

This commit is contained in:
hbeham
2017-11-16 11:26:50 +01:00
parent f6e039a08d
commit d9a252a97b
5 changed files with 14 additions and 8 deletions

View File

@@ -6,9 +6,6 @@ namespace ChanSort.Loader.SamsungJ
{
internal class DbChannel : ChannelInfo
{
internal List<int> OriginalFavIndex = new List<int> { -1, -1, -1, -1 , -1 };
internal Favorites OriginalFavs;
#region ctor()
internal DbChannel(SQLiteDataReader r, IDictionary<string, int> field, DataRoot dataRoot, Dictionary<long, string> providers, Satellite sat, Transponder tp)
{