[PR #3385] [MERGED] Move ImageService.cs to Jellyfin.Api #9492

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/3385
Author: @crobibero
Created: 6/20/2020
Status: Merged
Merged: 7/24/2020
Merged by: @barronpm

Base: api-migrationHead: api-image-service


📝 Commits (9)

  • cd273c4 Start move ImageService.cs to Jellyfin.Api
  • b603742 Merge remote-tracking branch 'upstream/api-migration' into api-image-service
  • 9a8dead implement all non image get endpoints
  • ccd7b3f WIP GetImage endpoints
  • 0740ec6 Merge remote-tracking branch 'upstream/api-migration' into api-image-service
  • b040d89 Merge remote-tracking branch 'upstream/api-migration' into api-image-service
  • 230c547 update post profile image
  • 6602b0d Move ImageService.cs to Jellyfin.Api
  • b006fd1 apply review suggestions

📊 Changes

4 files changed (+1301 additions, -1011 deletions)

View changed files

Jellyfin.Api/Controllers/ImageController.cs (+1300 -0)
MediaBrowser.Api/Images/ImageRequest.cs (+0 -100)
MediaBrowser.Api/Images/ImageService.cs (+0 -911)
📝 MediaBrowser.Api/MediaBrowser.Api.csproj (+1 -0)

📄 Description

No description provided


🔄 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/3385 **Author:** [@crobibero](https://github.com/crobibero) **Created:** 6/20/2020 **Status:** ✅ Merged **Merged:** 7/24/2020 **Merged by:** [@barronpm](https://github.com/barronpm) **Base:** `api-migration` ← **Head:** `api-image-service` --- ### 📝 Commits (9) - [`cd273c4`](https://github.com/jellyfin/jellyfin/commit/cd273c4e98246420edf39ef63c906fbc3725d8e4) Start move ImageService.cs to Jellyfin.Api - [`b603742`](https://github.com/jellyfin/jellyfin/commit/b603742a77bc67a1b689ab88b278be2b9c07480e) Merge remote-tracking branch 'upstream/api-migration' into api-image-service - [`9a8dead`](https://github.com/jellyfin/jellyfin/commit/9a8deadc215aa1ca25e1667c8c373a13e07d301e) implement all non image get endpoints - [`ccd7b3f`](https://github.com/jellyfin/jellyfin/commit/ccd7b3f52435de880158bc41dec9268dc9acbdd5) WIP GetImage endpoints - [`0740ec6`](https://github.com/jellyfin/jellyfin/commit/0740ec611211cb121a2ea4f97ab43b92d6411d4d) Merge remote-tracking branch 'upstream/api-migration' into api-image-service - [`b040d89`](https://github.com/jellyfin/jellyfin/commit/b040d89e5cda3d49ecb45e5441053dc61872f272) Merge remote-tracking branch 'upstream/api-migration' into api-image-service - [`230c547`](https://github.com/jellyfin/jellyfin/commit/230c54721db3c4f9110a8db778265a788644cabc) update post profile image - [`6602b0d`](https://github.com/jellyfin/jellyfin/commit/6602b0dfb6e05dadd73dd2841c579d5e9f87be59) Move ImageService.cs to Jellyfin.Api - [`b006fd1`](https://github.com/jellyfin/jellyfin/commit/b006fd1b8f7a0c92e76a031ead630423ff393cc4) apply review suggestions ### 📊 Changes **4 files changed** (+1301 additions, -1011 deletions) <details> <summary>View changed files</summary> ➕ `Jellyfin.Api/Controllers/ImageController.cs` (+1300 -0) ➖ `MediaBrowser.Api/Images/ImageRequest.cs` (+0 -100) ➖ `MediaBrowser.Api/Images/ImageService.cs` (+0 -911) 📝 `MediaBrowser.Api/MediaBrowser.Api.csproj` (+1 -0) </details> ### 📄 Description _No description provided_ --- <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:03:07 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#9492