mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Fix build
This commit is contained in:
parent
6c7cc92a09
commit
552a74eb6e
@ -85,9 +85,8 @@ namespace Jellyfin.Api.Controllers.Images
|
||||
|
||||
var images = await _providerManager.GetAvailableRemoteImages(
|
||||
item,
|
||||
new RemoteImageQuery
|
||||
new RemoteImageQuery(providerName)
|
||||
{
|
||||
ProviderName = providerName,
|
||||
IncludeAllLanguages = includeAllLanguages,
|
||||
IncludeDisabledProviders = true,
|
||||
ImageType = type
|
||||
|
Loading…
x
Reference in New Issue
Block a user