mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-01-19 13:52:04 +01:00
fixed "hidden" flag for Samsung C/D/E/F series (.scm lists)
This commit is contained in:
@@ -22,8 +22,8 @@ namespace ChanSort.Loader.Samsung
|
||||
|
||||
// DVB
|
||||
private const string _Skip = "Skip";
|
||||
private const string _Hidden = "Hidden";
|
||||
private const string _HiddenAlt = "HiddenAlt";
|
||||
private const string _Hidden = "offHidden";
|
||||
private const string _HiddenAlt = "offHiddenAlt";
|
||||
private const string _ServiceId = "offServiceId";
|
||||
private const string _PcrPid = "offPcrPid";
|
||||
private const string _VideoPid = "offVideoPid";
|
||||
|
||||
Reference in New Issue
Block a user