mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-21 09:34:44 +01:00
Remove ImageType.Screenshot and ItemFields.Screenshot
This commit is contained in:
@@ -2577,7 +2577,7 @@ namespace MediaBrowser.Controller.Entities
|
||||
|
||||
public bool AllowsMultipleImages(ImageType type)
|
||||
{
|
||||
return type == ImageType.Backdrop || type == ImageType.Screenshot || type == ImageType.Chapter;
|
||||
return type == ImageType.Backdrop || type == ImageType.Chapter;
|
||||
}
|
||||
|
||||
public Task SwapImagesAsync(ImageType type, int index1, int index2)
|
||||
|
||||
Reference in New Issue
Block a user