mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-02-28 09:10:42 +01:00
fixed test
This commit is contained in:
@@ -38,6 +38,11 @@ namespace Test.Loader.M3u
|
||||
var ed = new Editor();
|
||||
ed.DataRoot = ser.DataRoot;
|
||||
ed.ChannelList = lists[0];
|
||||
|
||||
// reset the order so we can apply a reference list
|
||||
foreach (var chan in lists[0].Channels)
|
||||
chan.NewProgramNr = -1;
|
||||
|
||||
//ed.ApplyReferenceList(refSer.DataRoot);
|
||||
ed.ApplyReferenceList(refSer.DataRoot, refSer.DataRoot.ChannelLists.First(), 0, lists[0], 0,false, 0, null, true, false);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user