mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-06 22:32:57 +01:00
move user image into profile settings
This commit is contained in:
@@ -64,7 +64,11 @@ namespace MediaBrowser.Api.Playback
|
||||
public string LiveTvStreamId { get; set; }
|
||||
|
||||
public int SegmentLength = 10;
|
||||
public int HlsListSize;
|
||||
|
||||
public int HlsListSize
|
||||
{
|
||||
get { return ReadInputAtNativeFramerate ? 100 : 1440; }
|
||||
}
|
||||
|
||||
public long? RunTimeTicks;
|
||||
|
||||
@@ -90,7 +94,11 @@ namespace MediaBrowser.Api.Playback
|
||||
public string InputVideoSync { get; set; }
|
||||
|
||||
public bool DeInterlace { get; set; }
|
||||
public bool ReadInputAtNativeFramerate { get; set; }
|
||||
|
||||
public bool ReadInputAtNativeFramerate
|
||||
{
|
||||
get { return InputProtocol == MediaProtocol.Rtmp || string.Equals(InputContainer, "wtv", StringComparison.OrdinalIgnoreCase); }
|
||||
}
|
||||
|
||||
public TransportStreamTimestamp InputTimestamp { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user