Fix indentation

This commit is contained in:
Bond_009 2022-02-14 16:31:07 +01:00
parent dbd7be091d
commit 5d28c5547e

View File

@ -88,7 +88,7 @@ namespace Emby.Server.Implementations.Library
{ {
// Give some preference to external text subs for better performance // Give some preference to external text subs for better performance
return streams return streams
.Where(i => i.Type == type) .Where(i => i.Type == type)
.OrderBy(i => .OrderBy(i =>
{ {
var index = languagePreferences.FindIndex(x => string.Equals(x, i.Language, StringComparison.OrdinalIgnoreCase)); var index = languagePreferences.FindIndex(x => string.Equals(x, i.Language, StringComparison.OrdinalIgnoreCase));