mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-01-26 00:59:03 +01:00
- updated readme
- m3u: handling of additional #EXT instructions
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user