mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 23:47:41 +08:00
feat(plugin): persist declared metadata snapshots (#6467)
This commit is contained in:
@@ -356,6 +356,10 @@ class PluginInstallCommand:
|
||||
payload_receipt=receipt,
|
||||
applied_at=self.__clock(),
|
||||
declared_version=release_version,
|
||||
manifest_matches_payload=(
|
||||
release_version is None
|
||||
or release_version == candidate.plugin_version
|
||||
),
|
||||
)
|
||||
await self.__await_side_effect(
|
||||
self.__persistence.set_installation_target(
|
||||
|
||||
Reference in New Issue
Block a user