mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-27 07:31:55 +02:00
Fix indentation
This commit is contained in:
parent
dbd7be091d
commit
5d28c5547e
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue