update live tv cache location

This commit is contained in:
Luke Pulverenti
2015-10-24 11:33:22 -04:00
parent b6f019b7f2
commit 9babddb271
4 changed files with 10 additions and 2 deletions

View File

@@ -67,6 +67,8 @@ namespace MediaBrowser.Model.Dto
public bool? CanDelete { get; set; }
public bool? CanDownload { get; set; }
public bool? HasSubtitles { get; set; }
public string PreferredMetadataLanguage { get; set; }
public string PreferredMetadataCountryCode { get; set; }