JPVenson 1 week ago
parent
commit
ceef9143ad
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Jellyfin.Server.Implementations/Item/BaseItemRepository.cs

+ 0 - 1
Jellyfin.Server.Implementations/Item/BaseItemRepository.cs

@@ -1238,7 +1238,6 @@ public sealed class BaseItemRepository
             .Select(e => e!.Id);
 
         var query = context.BaseItems
-            .AsQueryable()
             .Include(e => e.TrailerTypes)
             .Include(e => e.Provider)
             .Include(e => e.LockedFields)