mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-05-07 15:07:28 +02:00
- fixed "delete channels", which were added at the end regardless of the user selection
- changed logic how channel lists can control which columns are visible in the UI - added column for PcrPid - removed column AudioPid from SCM lists - added handling for SCM lists where the value of the "hidden" flag is 255. (Guessing the hidden-status based on another field)
This commit is contained in:
@@ -320,8 +320,10 @@ namespace ChanSort.Loader.Panasonic
|
||||
this.DataRoot.AddChannelList(this.satipChannels);
|
||||
this.DataRoot.AddChannelList(this.freesatChannels);
|
||||
|
||||
// hide columns for fields that don't exist in Panasonic channel list
|
||||
foreach (var list in this.DataRoot.ChannelLists)
|
||||
{
|
||||
list.VisibleColumnFieldNames.Remove("PcrPid");
|
||||
list.VisibleColumnFieldNames.Remove("VideoPid");
|
||||
list.VisibleColumnFieldNames.Remove("AudioPid");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user