[modules/gpmdp] Add Google play music desktop player support

This commit is contained in:
Pavle Portic 2017-01-02 21:44:53 +01:00
parent a705adf207
commit 0f1725982a
2 changed files with 63 additions and 0 deletions

View file

@ -23,6 +23,13 @@
"repeat-on": { "prefix": "" },
"repeat-off": { "prefix": "" }
},
"gpmdp": {
"playing": { "prefix": "" },
"paused": { "prefix": "" },
"stopped": { "prefix": "" },
"prev": { "prefix": "" },
"next": { "prefix": "" }
},
"pasink": {
"muted": { "prefix": "" },
"unmuted": { "prefix": "" }