mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-02 06:53:12 +00:00
update encoding options
This commit is contained in:
parent
1c43821042
commit
640ce66f68
3 changed files with 0 additions and 11 deletions
|
|
@ -73,11 +73,6 @@ namespace MediaBrowser.MediaEncoding.Encoder
|
|||
|
||||
var commandLineArgs = GetCommandLineArguments(encodingJob);
|
||||
|
||||
if (GetEncodingOptions().EnableDebugLogging)
|
||||
{
|
||||
commandLineArgs = "-loglevel debug " + commandLineArgs;
|
||||
}
|
||||
|
||||
var process = new Process
|
||||
{
|
||||
StartInfo = new ProcessStartInfo
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue