3.2.12.5
This commit is contained in:
parent
4fa90701fd
commit
508edad222
|
@ -145,6 +145,7 @@ namespace Emby.Server.Implementations.LiveTv.TunerHosts
|
||||||
},
|
},
|
||||||
RequiresOpening = true,
|
RequiresOpening = true,
|
||||||
RequiresClosing = true,
|
RequiresClosing = true,
|
||||||
|
RequiresLooping = true,
|
||||||
|
|
||||||
ReadAtNativeFramerate = false,
|
ReadAtNativeFramerate = false,
|
||||||
|
|
||||||
|
|
|
@ -40,6 +40,8 @@ namespace MediaBrowser.Model.Dto
|
||||||
public string LiveStreamId { get; set; }
|
public string LiveStreamId { get; set; }
|
||||||
public int? BufferMs { get; set; }
|
public int? BufferMs { get; set; }
|
||||||
|
|
||||||
|
public bool RequiresLooping { get; set; }
|
||||||
|
|
||||||
public VideoType? VideoType { get; set; }
|
public VideoType? VideoType { get; set; }
|
||||||
|
|
||||||
public IsoType? IsoType { get; set; }
|
public IsoType? IsoType { get; set; }
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
using System.Reflection;
|
using System.Reflection;
|
||||||
|
|
||||||
[assembly: AssemblyVersion("3.2.12.4")]
|
[assembly: AssemblyVersion("3.2.12.5")]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user