This commit is contained in:
Luke Pulverenti
2017-04-13 14:59:46 -04:00
parent 4fa90701fd
commit 508edad222
3 changed files with 4 additions and 1 deletions

View File

@@ -40,6 +40,8 @@ namespace MediaBrowser.Model.Dto
public string LiveStreamId { get; set; }
public int? BufferMs { get; set; }
public bool RequiresLooping { get; set; }
public VideoType? VideoType { get; set; }
public IsoType? IsoType { get; set; }