mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-03-05 03:30:44 +01:00
- updated readme
- m3u: handling of additional #EXT instructions
This commit is contained in:
@@ -6,6 +6,7 @@ namespace ChanSort.Loader.M3u
|
||||
internal class Channel : ChannelInfo
|
||||
{
|
||||
public List<string> Lines { get; }
|
||||
public int ExtInfTrackNameIndex { get; set; }
|
||||
|
||||
public Channel(int index, int progNr, string name, List<string> lines) : base(SignalSource.IP, index, progNr, name)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user