fix merge conflicts

This commit is contained in:
crobibero
2020-08-04 20:30:45 -06:00
parent e65ecb5687
commit 393666efcf
2 changed files with 2 additions and 3 deletions

View File

@@ -1828,7 +1828,7 @@ namespace Jellyfin.Api.Controllers
}
audioTranscodeParams.Add("-vn");
return string.Join(" ", audioTranscodeParams.ToArray());
return string.Join(' ', audioTranscodeParams);
}
if (EncodingHelper.IsCopyCodec(audioCodec))