mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #4522] [MERGED] Set plugin version to that specified in the manifest #10134
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/4522
Author: @BaronGreenback
Created: 11/20/2020
Status: ✅ Merged
Merged: 12/4/2020
Merged by: @cvium
Base:
master← Head:PlugsVersionNumberFix📝 Commits (6)
32b9264Get version info the manifest.d6b0a93fixedb879fb6Update Emby.Server.Implementations/ApplicationHost.cs972ed3cfix.eed1a40Fixed testsdca3f62Merge branch 'master' into PlugsVersionNumberFix📊 Changes
1 file changed (+21 additions, -1 deletions)
View changed files
📝
Emby.Server.Implementations/ApplicationHost.cs(+21 -1)📄 Description
The repositories show the version from the manifest and not the plugin. When a plugin is loaded that is different from the manifest, it can be quite confusing.
This PR uses the manifest version number.
Before

After

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.