mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-04 07:10:45 +00:00
ReSharper conform to 'var' settings
This commit is contained in:
parent
a36658f6f0
commit
65bd052f3e
199 changed files with 1063 additions and 1063 deletions
|
|
@ -152,7 +152,7 @@ namespace MediaBrowser.MediaEncoding.Encoder
|
|||
|
||||
private string GetProcessOutput(string path, string arguments)
|
||||
{
|
||||
IProcess process = _processFactory.Create(new ProcessOptions
|
||||
var process = _processFactory.Create(new ProcessOptions
|
||||
{
|
||||
CreateNoWindow = true,
|
||||
UseShellExecute = false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue