add tuner data version

This commit is contained in:
Luke Pulverenti
2016-02-25 15:29:38 -05:00
parent cd144bc6f5
commit ea374c01b1
4 changed files with 16 additions and 3 deletions

View File

@@ -32,6 +32,8 @@ namespace MediaBrowser.Model.LiveTv
public bool ImportFavoritesOnly { get; set; }
public bool IsEnabled { get; set; }
public int DataVersion { get; set; }
public TunerHostInfo()
{
IsEnabled = true;