adjust to hdhr address changing

This commit is contained in:
Luke Pulverenti
2016-03-08 00:00:03 -05:00
parent 3c4b64f653
commit c3ad2c47db
3 changed files with 43 additions and 12 deletions

View File

@@ -29,6 +29,7 @@ namespace MediaBrowser.Model.LiveTv
public string Id { get; set; }
public string Url { get; set; }
public string Type { get; set; }
public string DeviceId { get; set; }
public bool ImportFavoritesOnly { get; set; }
public bool IsEnabled { get; set; }