[PR #3462] [MERGED] Move MediaInfoService to Jellyfin.Api #9537

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/3462
Author: @daullmer
Created: 6/27/2020
Status: Merged
Merged: 6/28/2020
Merged by: @barronpm

Base: api-migrationHead: api-playbackinfo


📝 Commits (2)

  • bcd3cdd Move MediaInfoService to Jellyfin.Api
  • 68dd31d Remove routes in old service

📊 Changes

2 files changed (+773 additions, -5 deletions)

View changed files

Jellyfin.Api/Controllers/MediaInfoController.cs (+773 -0)
📝 MediaBrowser.Api/Playback/MediaInfoService.cs (+0 -5)

📄 Description

Thanks for multiple methods with identical names.

MediaInfoService can't be remove from MediaBrowser.Api until UniversalAudioService is migrated.


🔄 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/3462 **Author:** [@daullmer](https://github.com/daullmer) **Created:** 6/27/2020 **Status:** ✅ Merged **Merged:** 6/28/2020 **Merged by:** [@barronpm](https://github.com/barronpm) **Base:** `api-migration` ← **Head:** `api-playbackinfo` --- ### 📝 Commits (2) - [`bcd3cdd`](https://github.com/jellyfin/jellyfin/commit/bcd3cddad884540d6f8e3caa7545ba8c3d5b637b) Move MediaInfoService to Jellyfin.Api - [`68dd31d`](https://github.com/jellyfin/jellyfin/commit/68dd31d00e40d85a6dd63333e6249e9541098ea9) Remove routes in old service ### 📊 Changes **2 files changed** (+773 additions, -5 deletions) <details> <summary>View changed files</summary> ➕ `Jellyfin.Api/Controllers/MediaInfoController.cs` (+773 -0) 📝 `MediaBrowser.Api/Playback/MediaInfoService.cs` (+0 -5) </details> ### 📄 Description Thanks for multiple methods with identical names. `MediaInfoService` can't be remove from `MediaBrowser.Api` until `UniversalAudioService` is migrated. --- <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:04:01 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#9537