mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[PR #6783] [MERGED] Deprecate ImageType.Screenshot and ItemFields.Screenshot #11119
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/6783
Author: @1337joe
Created: 11/5/2021
Status: ✅ Merged
Merged: 11/7/2021
Merged by: @Bond-009
Base:
master← Head:purge-screenshot📝 Commits (1)
b4bf5afRemove ImageType.Screenshot and ItemFields.Screenshot📊 Changes
7 files changed (+10 additions, -38 deletions)
View changed files
📝
Emby.Server.Implementations/Dto/DtoService.cs(+0 -9)📝
MediaBrowser.Controller/Entities/BaseItem.cs(+1 -1)📝
MediaBrowser.Model/Entities/ImageType.cs(+3 -0)📝
MediaBrowser.Model/Querying/ItemFields.cs(+3 -0)📝
MediaBrowser.Providers/Manager/ImageSaver.cs(+0 -3)📝
MediaBrowser.Providers/Manager/ItemImageProvider.cs(+3 -23)📝
tests/Jellyfin.Providers.Tests/Manager/ItemImageProviderTests.cs(+0 -2)📄 Description
Opposite of #6779
Changes
ImageType.ScreenshotandItemFields.Screenshotand deprecate the enum entries.For reference, the
Gametype that had screenshots was removed in 8985fb8d58c9b968b8e773276d7c3902aa4d55f3.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.