mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-02-20 21:36:49 +01:00
- 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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user