[PR #6829] [MERGED] Remove Obsolete attribute on enum #11150

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/6829
Author: @crobibero
Created: 11/12/2021
Status: Merged
Merged: 11/12/2021
Merged by: @cvium

Base: masterHead: obsolete-enum


📝 Commits (1)

  • 132440c Remove Obsolete attribute on enum

📊 Changes

1 file changed (+4 additions, -1 deletions)

View changed files

📝 MediaBrowser.Model/Entities/ImageType.cs (+4 -1)

📄 Description

https://docs.microsoft.com/en-us/dotnet/api/system.xml.serialization.xmlserializer?redirectedfrom=MSDN&view=net-5.0#objects-marked-with-the-obsolete-attribute-no-longer-serialized

Fixes loading the LibrarySettings for anyone who has configured the fetcher


🔄 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/6829 **Author:** [@crobibero](https://github.com/crobibero) **Created:** 11/12/2021 **Status:** ✅ Merged **Merged:** 11/12/2021 **Merged by:** [@cvium](https://github.com/cvium) **Base:** `master` ← **Head:** `obsolete-enum` --- ### 📝 Commits (1) - [`132440c`](https://github.com/jellyfin/jellyfin/commit/132440c683e7c7d0755a15e5da68efc9dbdc7d2b) Remove Obsolete attribute on enum ### 📊 Changes **1 file changed** (+4 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `MediaBrowser.Model/Entities/ImageType.cs` (+4 -1) </details> ### 📄 Description https://docs.microsoft.com/en-us/dotnet/api/system.xml.serialization.xmlserializer?redirectedfrom=MSDN&view=net-5.0#objects-marked-with-the-obsolete-attribute-no-longer-serialized Fixes loading the LibrarySettings for anyone who has configured the fetcher --- <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:33:21 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#11150