mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-28 01:23:49 +02:00
removed dead code
This commit is contained in:
parent
238aace4f1
commit
9146ca9431
1 changed files with 0 additions and 1 deletions
|
|
@ -79,7 +79,6 @@ namespace MediaBrowser.Model.MediaInfo
|
|||
|
||||
return orderStreams.OrderBy(i => string.Equals(i.Language, defaultLanguage, StringComparison.OrdinalIgnoreCase))
|
||||
.ThenBy(i => i.IsDefault)
|
||||
.ThenBy(i => !i.IsGraphicalSubtitleStream)
|
||||
.ThenBy(i => i.Index)
|
||||
.ToList();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue