[PR #3280] [MERGED] Move PluginService to Jellyfin.Api #9414

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/3280
Author: @crobibero
Created: 6/9/2020
Status: Merged
Merged: 6/17/2020
Merged by: @daullmer

Base: api-migrationHead: api-plugin


📝 Commits (2)

  • 0b778b8 Move PluginService to Jellyfin.Api
  • 81030a0 Merge remote-tracking branch 'upstream/api-migration' into api-plugin

📊 Changes

4 files changed (+251 additions, -268 deletions)

View changed files

Jellyfin.Api/Controllers/PluginsController.cs (+189 -0)
Jellyfin.Api/Models/PluginDtos/MBRegistrationRecord.cs (+42 -0)
Jellyfin.Api/Models/PluginDtos/PluginSecurityInfo.cs (+20 -0)
MediaBrowser.Api/PluginService.cs (+0 -268)

📄 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/3280 **Author:** [@crobibero](https://github.com/crobibero) **Created:** 6/9/2020 **Status:** ✅ Merged **Merged:** 6/17/2020 **Merged by:** [@daullmer](https://github.com/daullmer) **Base:** `api-migration` ← **Head:** `api-plugin` --- ### 📝 Commits (2) - [`0b778b8`](https://github.com/jellyfin/jellyfin/commit/0b778b88516e59aafeaf5e6b8b0a117e0dd68607) Move PluginService to Jellyfin.Api - [`81030a0`](https://github.com/jellyfin/jellyfin/commit/81030a0a5a5965bd5c1c3e02ec4622d168522fca) Merge remote-tracking branch 'upstream/api-migration' into api-plugin ### 📊 Changes **4 files changed** (+251 additions, -268 deletions) <details> <summary>View changed files</summary> ➕ `Jellyfin.Api/Controllers/PluginsController.cs` (+189 -0) ➕ `Jellyfin.Api/Models/PluginDtos/MBRegistrationRecord.cs` (+42 -0) ➕ `Jellyfin.Api/Models/PluginDtos/PluginSecurityInfo.cs` (+20 -0) ➖ `MediaBrowser.Api/PluginService.cs` (+0 -268) </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:01:43 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#9414