mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-04 23:17:20 +08:00
fix(plugin): preserve market package generation
This commit is contained in:
@@ -86,6 +86,7 @@ class PluginMetadataMapper:
|
||||
plugin.history = info.get("history") or {}
|
||||
plugin.release = bool(info.get("release"))
|
||||
plugin.repo_url = market
|
||||
plugin.package_version = package_version
|
||||
plugin.is_local = False
|
||||
plugin.add_time = add_time
|
||||
return plugin
|
||||
|
||||
Reference in New Issue
Block a user