mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-26 03:04:53 +00:00
increase unification of param building
This commit is contained in:
parent
41060c9a38
commit
59ac045c6b
12 changed files with 98 additions and 130 deletions
|
|
@ -66,7 +66,7 @@ namespace MediaBrowser.MediaEncoding.Encoder
|
|||
IProgress<double> progress,
|
||||
CancellationToken cancellationToken)
|
||||
{
|
||||
var encodingJob = await new EncodingJobFactory(Logger, LibraryManager, MediaSourceManager, ConfigurationManager)
|
||||
var encodingJob = await new EncodingJobFactory(Logger, LibraryManager, MediaSourceManager, ConfigurationManager, MediaEncoder)
|
||||
.CreateJob(options, EncodingHelper, IsVideoEncoder, progress, cancellationToken).ConfigureAwait(false);
|
||||
|
||||
encodingJob.OutputFilePath = GetOutputFilePath(encodingJob);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue