- Grundig: added support for dvb*_config.xml channel lists

- experimental feature to allow editing Audio-PID (but turned out to have no effect for webOS 5)
This commit is contained in:
Horst Beham
2021-01-02 13:18:37 +01:00
parent dc1e6e7f9a
commit 7fc413e64d
11 changed files with 589 additions and 16 deletions

View File

@@ -38,6 +38,8 @@ namespace ChanSort.Api
public bool MixedSourceFavorites { get; set; }
public bool AllowGapsInFavNumbers { get; set; }
public bool CanEditFavListNames { get; set; }
public bool CanEditAudioPid { get; set; }
}
#endregion