mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-22 16:54:46 +03:00
fix merge conflicts
This commit is contained in:
@@ -1828,7 +1828,7 @@ namespace Jellyfin.Api.Controllers
|
||||
}
|
||||
|
||||
audioTranscodeParams.Add("-vn");
|
||||
return string.Join(" ", audioTranscodeParams.ToArray());
|
||||
return string.Join(' ', audioTranscodeParams);
|
||||
}
|
||||
|
||||
if (EncodingHelper.IsCopyCodec(audioCodec))
|
||||
|
||||
Reference in New Issue
Block a user