mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #4583] [CLOSED] Plugin Images #10176
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/4583
Author: @BaronGreenback
Created: 11/25/2020
Status: ❌ Closed
Base:
master← Head:PackageImages📝 Commits (5)
dc1cec9Merge pull request #98 from jellyfin/master4236142Added ImageUrl property2902e5dAdded property to versionInfocac3247Merge remote-tracking branch 'upstream/master' into PackageImagesb962207Hooray!📊 Changes
9 files changed (+119 additions, -13 deletions)
View changed files
📝
Emby.Server.Implementations/ApplicationHost.cs(+44 -4)📝
Emby.Server.Implementations/Plugins/PluginManifest.cs(+5 -0)📝
Jellyfin.Api/Controllers/PluginsController.cs(+28 -2)📝
MediaBrowser.Common/IApplicationHost.cs(+5 -0)📝
MediaBrowser.Common/Plugins/BasePlugin.cs(+11 -3)📝
MediaBrowser.Common/Plugins/IPluginAssembly.cs(+1 -1)📝
MediaBrowser.Common/Plugins/LocalPlugin.cs(+15 -3)📝
MediaBrowser.Model/Updates/PackageInfo.cs(+5 -0)📝
MediaBrowser.Model/Updates/VersionInfo.cs(+5 -0)📄 Description
Edit manifest.json and add imageUrl. The image is restricted to 80 x 80 in the web (dimensions taken from the current image size in the browser)
Uses the Api Plugins\{id}\Image
Depends on https://github.com/jellyfin/jellyfin-web/pull/2125.
produces
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.