mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-02-27 08:40:42 +01:00
fixed NPE in unit tests
This commit is contained in:
@@ -139,6 +139,8 @@ namespace ChanSort.Loader.Samsung
|
||||
|
||||
foreach (var list in this.DataRoot.ChannelLists)
|
||||
{
|
||||
if (list.VisibleColumnFieldNames == null)
|
||||
continue;
|
||||
list.VisibleColumnFieldNames.Add("PcrPid");
|
||||
list.VisibleColumnFieldNames.Remove("AudioPid");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user