mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-06 15:58:29 +01:00
increase unification of param building
This commit is contained in:
@@ -120,7 +120,6 @@ namespace MediaBrowser.Api.Playback
|
||||
}
|
||||
}
|
||||
|
||||
public List<string> SupportedSubtitleCodecs { get; set; }
|
||||
public string UserAgent { get; set; }
|
||||
public TranscodingJobType TranscodingType { get; set; }
|
||||
|
||||
@@ -129,7 +128,6 @@ namespace MediaBrowser.Api.Playback
|
||||
{
|
||||
_mediaSourceManager = mediaSourceManager;
|
||||
_logger = logger;
|
||||
SupportedSubtitleCodecs = new List<string>();
|
||||
TranscodingType = transcodingType;
|
||||
}
|
||||
|
||||
@@ -209,7 +207,6 @@ namespace MediaBrowser.Api.Playback
|
||||
}
|
||||
|
||||
public string OutputFilePath { get; set; }
|
||||
public int? OutputAudioBitrate;
|
||||
|
||||
public string ActualOutputVideoCodec
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user