mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-09-01 03:56:23 +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:
@@ -34,6 +34,7 @@ namespace ChanSort.Api
|
||||
public decimal FreqInMhz { get; set; }
|
||||
public char Polarity { get; set; }
|
||||
public int ServiceId { get; set; }
|
||||
public int PcrPid { get; set; }
|
||||
public int VideoPid { get; set; }
|
||||
public int AudioPid { get; set; }
|
||||
public int OriginalNetworkId { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user