add infinite property

This commit is contained in:
Luke Pulverenti
2016-09-29 22:21:24 -04:00
parent 76c7bfcb67
commit fdbcccc65f
4 changed files with 22 additions and 3 deletions

View File

@@ -27,7 +27,7 @@ namespace MediaBrowser.Model.Dto
public bool SupportsTranscoding { get; set; }
public bool SupportsDirectStream { get; set; }
public bool SupportsDirectPlay { get; set; }
public bool IsInfiniteStream { get; set; }
public bool RequiresOpening { get; set; }
public string OpenToken { get; set; }
public bool RequiresClosing { get; set; }