diff options
Diffstat (limited to 'volume-osd/Player.qml')
| -rw-r--r-- | volume-osd/Player.qml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/volume-osd/Player.qml b/volume-osd/Player.qml index 7c17c0a..fab8083 100644 --- a/volume-osd/Player.qml +++ b/volume-osd/Player.qml @@ -25,7 +25,9 @@ Singleton { // playerctld. Both proxies are skipped and the OSD talks to the browser's // own entry, which is safe because none of the three exists until playback // starts, and the browser's entry appeared whenever the plasma one did. An - // open but silent tab publishes nothing, so there is no row to lose. + // open but silent tab publishes nothing, so there is no row to lose. The + // plasma name is browser-only: Feishin on the same server publishes just + // its own entry and playerctld, so a native player loses nothing here. readonly property var proxyNames: [".playerctld", ".plasma-browser-integration"] readonly property var real: |
