mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-04 05:12:51 +01:00
Normalize orgPn usage
This commit is contained in:
@@ -84,7 +84,6 @@ namespace MediaBrowser.Api.Playback
|
||||
public string InputAudioCodec { get; set; }
|
||||
|
||||
public string MimeType { get; set; }
|
||||
public string OrgPn { get; set; }
|
||||
|
||||
public bool EstimateContentLength { get; set; }
|
||||
public bool EnableMpegtsM2TsMode { get; set; }
|
||||
@@ -163,6 +162,8 @@ namespace MediaBrowser.Api.Playback
|
||||
|
||||
public string OutputContainer { get; set; }
|
||||
|
||||
public DeviceProfile DeviceProfile { get; set; }
|
||||
|
||||
public int? TotalOutputBitrate
|
||||
{
|
||||
get
|
||||
|
||||
Reference in New Issue
Block a user