Skip to content

Commit

Permalink
Merge branch 'AnitomySharp' of https://github.com/chu-shen/jellyfin-p…
Browse files Browse the repository at this point in the history
  • Loading branch information
chu-shen committed Aug 1, 2023
2 parents a1987f2 + eca2ecf commit 6a87068
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public AniListImageProvider()

public IEnumerable<ImageType> GetSupportedImages(BaseItem item)
{
return new[] { ImageType.Primary, ImageType.Banner };
return new[] { ImageType.Primary, ImageType.Backdrop };
}

public Task<IEnumerable<RemoteImageInfo>> GetImages(BaseItem item, CancellationToken cancellationToken)
Expand Down Expand Up @@ -62,7 +62,7 @@ public async Task<IEnumerable<RemoteImageInfo>> GetImages(string aid, Cancellati
list.Add(new RemoteImageInfo
{
ProviderName = Name,
Type = ImageType.Banner,
Type = ImageType.Backdrop,
Url = media.bannerImage
});
}
Expand Down

0 comments on commit 6a87068

Please sign in to comment.