mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-29 20:24:47 +03:00
add reel
This commit is contained in:
@@ -97,7 +97,12 @@ namespace MediaBrowser.Api.Playback
|
||||
|
||||
public bool ReadInputAtNativeFramerate
|
||||
{
|
||||
get { return InputProtocol == MediaProtocol.Rtmp || string.Equals(InputContainer, "wtv", StringComparison.OrdinalIgnoreCase); }
|
||||
get {
|
||||
|
||||
return InputProtocol == MediaProtocol.Rtmp ||
|
||||
string.Equals(InputContainer, "wtv", StringComparison.OrdinalIgnoreCase) ||
|
||||
!string.IsNullOrEmpty(LiveTvStreamId);
|
||||
}
|
||||
}
|
||||
|
||||
public TransportStreamTimestamp InputTimestamp { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user