doc: clapper: Add "app-id" to migrating MPRIS example

It is a new option now required to be set, so migration guide should have it
This commit is contained in:
Rafał Dzięgiel
2025-12-22 09:39:08 +01:00
parent 37a4bcb84c
commit 41ef7f964d

View File

@@ -32,6 +32,7 @@ ClapperEnhancerProxy *proxy = clapper_enhancer_proxy_list_get_proxy_by_module (p
if (proxy) {
clapper_enhancer_proxy_set_locally (proxy,
"app-id", APP_ID,
"own-name", mpris_name,
"identity", APP_NAME,
"desktop-entry", APP_ID, NULL);