- Philips ChannelMap_45: fixed bug writting "channel edited" indicator to the wrong location inside the file

- Philips ChannelMap_45: fixed display of wrong frequency
- Philips ChannelMap_45: added support for favorite lists
This commit is contained in:
Horst Beham
2021-01-31 14:37:58 +01:00
parent 53b27e277a
commit 3cc35c390b
4 changed files with 184 additions and 6 deletions

View File

@@ -5,7 +5,7 @@ namespace ChanSort.Api
{
public class ChannelInfo
{
private const int MAX_FAV_LISTS = 16;
public const int MAX_FAV_LISTS = 16;
private string uid;
private string serviceTypeName;