rework tuner setup

This commit is contained in:
Luke Pulverenti
2017-03-13 14:57:45 -04:00
parent 2ff7608b7a
commit a8fc480489
6 changed files with 36 additions and 158 deletions

View File

@@ -46,6 +46,7 @@ namespace MediaBrowser.Model.LiveTv
public string Url { get; set; }
public string Type { get; set; }
public string DeviceId { get; set; }
public string FriendlyName { get; set; }
public bool ImportFavoritesOnly { get; set; }
public bool AllowHWTranscoding { get; set; }
public bool EnableTvgId { get; set; }