[PR #7246] [MERGED] Remove some allocations #11317

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/7246
Author: @cvium
Created: 1/24/2022
Status: Merged
Merged: 1/28/2022
Merged by: @Bond-009

Base: masterHead: allocations


📝 Commits (2)

📊 Changes

7 files changed (+52 additions, -39 deletions)

View changed files

📝 Emby.Server.Implementations/Library/LibraryManager.cs (+1 -1)
📝 MediaBrowser.Controller/Entities/BaseItem.cs (+22 -16)
📝 MediaBrowser.Controller/Entities/Folder.cs (+1 -1)
📝 MediaBrowser.Controller/Entities/Video.cs (+1 -1)
📝 MediaBrowser.Controller/Library/ILibraryManager.cs (+1 -1)
📝 MediaBrowser.LocalMetadata/Images/LocalImageProvider.cs (+25 -18)
📝 MediaBrowser.Providers/Manager/ItemImageProvider.cs (+1 -1)

📄 Description

Changes
Removed some cruft


🔄 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/7246 **Author:** [@cvium](https://github.com/cvium) **Created:** 1/24/2022 **Status:** ✅ Merged **Merged:** 1/28/2022 **Merged by:** [@Bond-009](https://github.com/Bond-009) **Base:** `master` ← **Head:** `allocations` --- ### 📝 Commits (2) - [`2f5d3dd`](https://github.com/jellyfin/jellyfin/commit/2f5d3ddb821b989362729cad2e131558608f0d8a) Remove some allocations - [`d853574`](https://github.com/jellyfin/jellyfin/commit/d8535743f3c02cd99bbce8c6f54e989c10efc708) Fix ### 📊 Changes **7 files changed** (+52 additions, -39 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Server.Implementations/Library/LibraryManager.cs` (+1 -1) 📝 `MediaBrowser.Controller/Entities/BaseItem.cs` (+22 -16) 📝 `MediaBrowser.Controller/Entities/Folder.cs` (+1 -1) 📝 `MediaBrowser.Controller/Entities/Video.cs` (+1 -1) 📝 `MediaBrowser.Controller/Library/ILibraryManager.cs` (+1 -1) 📝 `MediaBrowser.LocalMetadata/Images/LocalImageProvider.cs` (+25 -18) 📝 `MediaBrowser.Providers/Manager/ItemImageProvider.cs` (+1 -1) </details> ### 📄 Description <!-- Ensure your title is short, descriptive, and in the imperative mood (Fix X, Change Y, instead of Fixed X, Changed Y). For a good inspiration of what to write in commit messages and PRs please review https://chris.beams.io/posts/git-commit/ and our documentation. --> **Changes** Removed some cruft --- <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:36:19 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#11317