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

@ -145,6 +145,7 @@ namespace Emby.Server.Implementations.LiveTv.TunerHosts
},
RequiresOpening = true,
RequiresClosing = true,
RequiresLooping = true,
ReadAtNativeFramerate = false,

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; }

View File

@ -1,3 +1,3 @@
using System.Reflection;
[assembly: AssemblyVersion("3.2.12.4")]
[assembly: AssemblyVersion("3.2.12.5")]