mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-17 14:33:06 +03:00
Implement coding standards from 2nd code feedback
This commit is contained in:
@@ -698,8 +698,7 @@ namespace MediaBrowser.Controller.MediaEncoding
|
||||
|
||||
if (state.AudioStream != null && state.AudioStream.IsExternal)
|
||||
{
|
||||
arg.Append(" -i ")
|
||||
.Append(string.Format(CultureInfo.InvariantCulture, "file:\"{0}\"", state.AudioStream.Path));
|
||||
arg.Append(" -i \"").Append(state.AudioStream.Path).Append("\"");
|
||||
}
|
||||
|
||||
return arg.ToString();
|
||||
|
||||
Reference in New Issue
Block a user