mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-01-30 19:19:03 +01:00
decoding of Panasonic channel names with auto-detection of code page and support for mixed-in UTF-8 sequences
This commit is contained in:
@@ -52,6 +52,8 @@ namespace ChanSort.Api
|
||||
this.FavIndex = new List<int>(MAX_FAV_LISTS);
|
||||
for (int i = 0; i < MAX_FAV_LISTS; i++)
|
||||
this.FavIndex.Add(-1);
|
||||
this.Name = "";
|
||||
this.ShortName = "";
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user