mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-19 12:44:19 +01:00
reduce library queries
This commit is contained in:
@@ -369,7 +369,7 @@ namespace MediaBrowser.Api.Library
|
||||
|
||||
if (item is Movie || (program != null && program.IsMovie) || item is Trailer)
|
||||
{
|
||||
return new MoviesService(_userManager, _userDataManager, _libraryManager, _itemRepo, _dtoService, _config, _authContext)
|
||||
return new MoviesService(_userManager, _libraryManager, _dtoService, _config, _authContext)
|
||||
{
|
||||
Request = Request,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user