clapper-app: Set "app-id" property in MPRIS enhancer plugin

Latest code requires and uses it in order to handle artwork/image unpacking from media
This commit is contained in:
Rafał Dzięgiel
2025-12-18 15:22:10 +01:00
parent f8bf36c5af
commit bfeaec721c

View File

@@ -1283,6 +1283,7 @@ clapper_app_window_constructed (GObject *object)
if ((proxy = clapper_enhancer_proxy_list_get_proxy_by_module (proxies, "clapper-mpris"))) {
clapper_enhancer_proxy_set_locally (proxy,
"app-id", CLAPPER_APP_ID,
"own-name", mpris_name,
"identity", CLAPPER_APP_NAME,
"desktop-entry", CLAPPER_APP_ID,