[PR #9054] [MERGED] Rename Emby.Drawing and move to src #11774

Closed
opened 2025-12-22 08:56:14 +01:00 by backuprepo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/9054
Author: @barronpm
Created: 1/10/2023
Status: Merged
Merged: 1/10/2023
Merged by: @crobibero

Base: masterHead: rename-emby-drawing


📝 Commits (2)

  • c916c69 Move Emby.Drawing to src
  • 746d67f Rename Emby.Drawing -> Jellyfin.Drawing

📊 Changes

9 files changed (+13 additions, -12 deletions)

View changed files

📝 Emby.Server.Implementations/ApplicationHost.cs (+1 -1)
📝 Emby.Server.Implementations/Emby.Server.Implementations.csproj (+1 -1)
📝 Jellyfin.Server/CoreAppHost.cs (+1 -1)
📝 Jellyfin.Server/Jellyfin.Server.csproj (+1 -1)
📝 Jellyfin.sln (+2 -1)
📝 src/Jellyfin.Drawing/ImageProcessor.cs (+1 -1)
📝 src/Jellyfin.Drawing/Jellyfin.Drawing.csproj (+4 -4)
📝 src/Jellyfin.Drawing/NullImageEncoder.cs (+1 -1)
📝 src/Jellyfin.Drawing/Properties/AssemblyInfo.cs (+1 -1)

📄 Description

Moves Emby.Drawing to src/
Renames Emby.Drawing project and namespace to Jellyfin.Drawing

Supercedes #5360


🔄 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/9054 **Author:** [@barronpm](https://github.com/barronpm) **Created:** 1/10/2023 **Status:** ✅ Merged **Merged:** 1/10/2023 **Merged by:** [@crobibero](https://github.com/crobibero) **Base:** `master` ← **Head:** `rename-emby-drawing` --- ### 📝 Commits (2) - [`c916c69`](https://github.com/jellyfin/jellyfin/commit/c916c697c4adc9d38ab7a56b4d25710b199a2193) Move Emby.Drawing to src - [`746d67f`](https://github.com/jellyfin/jellyfin/commit/746d67fa0e3e75d2c5a475d4e768e8dd75a514bf) Rename Emby.Drawing -> Jellyfin.Drawing ### 📊 Changes **9 files changed** (+13 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Server.Implementations/ApplicationHost.cs` (+1 -1) 📝 `Emby.Server.Implementations/Emby.Server.Implementations.csproj` (+1 -1) 📝 `Jellyfin.Server/CoreAppHost.cs` (+1 -1) 📝 `Jellyfin.Server/Jellyfin.Server.csproj` (+1 -1) 📝 `Jellyfin.sln` (+2 -1) 📝 `src/Jellyfin.Drawing/ImageProcessor.cs` (+1 -1) 📝 `src/Jellyfin.Drawing/Jellyfin.Drawing.csproj` (+4 -4) 📝 `src/Jellyfin.Drawing/NullImageEncoder.cs` (+1 -1) 📝 `src/Jellyfin.Drawing/Properties/AssemblyInfo.cs` (+1 -1) </details> ### 📄 Description Moves `Emby.Drawing` to `src/` Renames `Emby.Drawing` project and namespace to `Jellyfin.Drawing` Supercedes #5360 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
backuprepo 2025-12-22 08:56:14 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: starred/jellyfin#11774
No description provided.