mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-22 18:32:43 +02:00
remove useless order step for intros
This commit is contained in:
parent
9ec787e954
commit
e0d2eb8eec
1 changed files with 0 additions and 1 deletions
|
|
@ -1592,7 +1592,6 @@ namespace Emby.Server.Implementations.Library
|
|||
public async Task<IEnumerable<Video>> GetIntros(BaseItem item, User user)
|
||||
{
|
||||
var tasks = IntroProviders
|
||||
.OrderBy(i => i.GetType().Name.Contains("Default", StringComparison.OrdinalIgnoreCase) ? 1 : 0)
|
||||
.Take(1)
|
||||
.Select(i => GetIntros(i, item, user));
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue