mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-11 12:52:15 +01:00
Merge pull request #9418 from Bond-009/getawaiter
This commit is contained in:
@@ -53,7 +53,7 @@ namespace MediaBrowser.Providers.Plugins.StudioImages
|
||||
/// <inheritdoc />
|
||||
public IEnumerable<ImageType> GetSupportedImages(BaseItem item)
|
||||
{
|
||||
return new List<ImageType>
|
||||
return new ImageType[]
|
||||
{
|
||||
ImageType.Thumb
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user