1
0
mirror of https://github.com/clementine-player/Clementine synced 2025-01-16 03:31:02 +01:00

Change "drection" to "direction" in the mpris /Player schema

This commit is contained in:
David Sansome 2011-04-19 19:22:58 +00:00
parent 6841e183d3
commit 2f88d8b355

View File

@ -70,11 +70,11 @@
<!-- NB: Amarok extensions to the mpris spec -->
<method name="VolumeUp">
<arg type="i" drection="in"/>
<arg type="i" direction="in"/>
</method>
<method name="VolumeDown">
<arg type="i" drection="in"/>
<arg type="i" direction="in"/>
</method>
<method name="Mute">