[PR #12547] [MERGED] Clean up UserDataManager #13246

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/12547
Author: @Bond-009
Created: 8/30/2024
Status: Merged
Merged: 9/6/2024
Merged by: @nielsvanvelzen

Base: masterHead: userdatamanager


📝 Commits (1)

📊 Changes

5 files changed (+56 additions, -100 deletions)

View changed files

📝 Emby.Server.Implementations/EntryPoints/UserDataChangeNotifier.cs (+2 -1)
📝 Emby.Server.Implementations/Library/UserDataManager.cs (+17 -59)
📝 MediaBrowser.Controller/Entities/Folder.cs (+2 -5)
📝 MediaBrowser.Controller/Library/IUserDataManager.cs (+15 -24)
📝 MediaBrowser.XbmcMetadata/Parsers/BaseNfoParser.cs (+20 -11)

📄 Description

  • enable nullable
  • remove unused methods
  • fix warnings and docs

🔄 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/12547 **Author:** [@Bond-009](https://github.com/Bond-009) **Created:** 8/30/2024 **Status:** ✅ Merged **Merged:** 9/6/2024 **Merged by:** [@nielsvanvelzen](https://github.com/nielsvanvelzen) **Base:** `master` ← **Head:** `userdatamanager` --- ### 📝 Commits (1) - [`2778308`](https://github.com/jellyfin/jellyfin/commit/277830855ddd9c7fa5a5db21f02d2d2f199f6cf8) Clean up UserDataManager ### 📊 Changes **5 files changed** (+56 additions, -100 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Server.Implementations/EntryPoints/UserDataChangeNotifier.cs` (+2 -1) 📝 `Emby.Server.Implementations/Library/UserDataManager.cs` (+17 -59) 📝 `MediaBrowser.Controller/Entities/Folder.cs` (+2 -5) 📝 `MediaBrowser.Controller/Library/IUserDataManager.cs` (+15 -24) 📝 `MediaBrowser.XbmcMetadata/Parsers/BaseNfoParser.cs` (+20 -11) </details> ### 📄 Description * enable nullable * remove unused methods * fix warnings and docs --- <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 07:09:32 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#13246