mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
removed dead code
This commit is contained in:
parent
238aace4f1
commit
9146ca9431
@ -79,7 +79,6 @@ namespace MediaBrowser.Model.MediaInfo
|
|||||||
|
|
||||||
return orderStreams.OrderBy(i => string.Equals(i.Language, defaultLanguage, StringComparison.OrdinalIgnoreCase))
|
return orderStreams.OrderBy(i => string.Equals(i.Language, defaultLanguage, StringComparison.OrdinalIgnoreCase))
|
||||||
.ThenBy(i => i.IsDefault)
|
.ThenBy(i => i.IsDefault)
|
||||||
.ThenBy(i => !i.IsGraphicalSubtitleStream)
|
|
||||||
.ThenBy(i => i.Index)
|
.ThenBy(i => i.Index)
|
||||||
.ToList();
|
.ToList();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user