remove tuner host enabled property

This commit is contained in:
Luke Pulverenti
2017-03-13 00:56:41 -04:00
parent f05dc08c06
commit 2ff7608b7a
6 changed files with 5 additions and 13 deletions

View File

@@ -48,12 +48,10 @@ namespace MediaBrowser.Model.LiveTv
public string DeviceId { get; set; }
public bool ImportFavoritesOnly { get; set; }
public bool AllowHWTranscoding { get; set; }
public bool IsEnabled { get; set; }
public bool EnableTvgId { get; set; }
public TunerHostInfo()
{
IsEnabled = true;
AllowHWTranscoding = true;
}
}