mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Fix indentation
This commit is contained in:
parent
dbd7be091d
commit
5d28c5547e
@ -88,7 +88,7 @@ namespace Emby.Server.Implementations.Library
|
||||
{
|
||||
// Give some preference to external text subs for better performance
|
||||
return streams
|
||||
.Where(i => i.Type == type)
|
||||
.Where(i => i.Type == type)
|
||||
.OrderBy(i =>
|
||||
{
|
||||
var index = languagePreferences.FindIndex(x => string.Equals(x, i.Language, StringComparison.OrdinalIgnoreCase));
|
||||
|
Loading…
x
Reference in New Issue
Block a user