Mpris2: Add new property to read/write the rating

This commit is contained in:
Dakes
2023-07-27 00:39:13 +02:00
committed by Jonas Kvinge
parent 0bc94b90d7
commit f5a55abf58
3 changed files with 23 additions and 0 deletions

View File

@@ -29,6 +29,7 @@
<property name='Metadata' type='a{sv}' access='read'>
<annotation name="org.qtproject.QtDBus.QtTypeName" value="QVariantMap"/>
</property>
<property name='Rating' type='d' access='readwrite'/>
<property name='Volume' type='d' access='readwrite'/>
<property name='Position' type='x' access='read'/>
<property name='MinimumRate' type='d' access='read'/>