- updated readme

- m3u: handling of additional #EXT instructions
This commit is contained in:
Horst Beham
2020-01-03 01:26:48 +01:00
parent d293ee14d3
commit ec4e50d8df
5 changed files with 105 additions and 44 deletions

View File

@@ -30,7 +30,7 @@ namespace ChanSort.Api
this.VisibleColumnFieldNames = DefaultVisibleColumns.ToList(); // create copy of default list, so it can be modified
}
public string ShortCaption { get; }
public string ShortCaption { get; set; }
public SignalSource SignalSource { get; }
public IList<ChannelInfo> Channels { get; } = new List<ChannelInfo>();
public int Count => Channels.Count;