[PR #6783] [MERGED] Deprecate ImageType.Screenshot and ItemFields.Screenshot #11119

Closed
opened 2026-02-07 06:32:48 +03:00 by OVERLORD · 0 comments
Owner

📋 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: masterHead: purge-screenshot


📝 Commits (1)

  • b4bf5af Remove 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

  • Remove references to ImageType.Screenshot and ItemFields.Screenshot and deprecate the enum entries.

For reference, the Game type that had screenshots was removed in 8985fb8d58c9b968b8e773276d7c3902aa4d55f3.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/6783 **Author:** [@1337joe](https://github.com/1337joe) **Created:** 11/5/2021 **Status:** ✅ Merged **Merged:** 11/7/2021 **Merged by:** [@Bond-009](https://github.com/Bond-009) **Base:** `master` ← **Head:** `purge-screenshot` --- ### 📝 Commits (1) - [`b4bf5af`](https://github.com/jellyfin/jellyfin/commit/b4bf5af7c8b169c616ca5a9bc83248a80636bedb) Remove ImageType.Screenshot and ItemFields.Screenshot ### 📊 Changes **7 files changed** (+10 additions, -38 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Opposite of #6779 **Changes** - Remove references to `ImageType.Screenshot` and `ItemFields.Screenshot` and deprecate the enum entries. For reference, the `Game` type that had screenshots was removed in [8985fb8d58c9b968b8e773276d7c3902aa4d55f3](https://github.com/jellyfin/jellyfin/commit/8985fb8d58c9b968b8e773276d7c3902aa4d55f3). --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 06:32:48 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#11119