update emby tv

This commit is contained in:
Luke Pulverenti
2015-07-23 19:40:54 -04:00
parent f7c1a88166
commit ba9ed26c4a
17 changed files with 236 additions and 87 deletions

View File

@@ -26,9 +26,9 @@ namespace MediaBrowser.Model.Dto
public bool SupportsDirectStream { get; set; }
public bool SupportsDirectPlay { get; set; }
public bool RequiresOpening { get; set; }
public bool? RequiresOpening { get; set; }
public string OpenToken { get; set; }
public bool RequiresClosing { get; set; }
public bool? RequiresClosing { get; set; }
public string LiveStreamId { get; set; }
public int? BufferMs { get; set; }

View File

@@ -34,5 +34,6 @@ namespace MediaBrowser.Model.LiveTv
public string Password { get; set; }
public string ListingsId { get; set; }
public string ZipCode { get; set; }
public string Country { get; set; }
}
}