Updated Cider preload functions and MPRIS to reflect this
This commit is contained in:
parent
b972a0e40a
commit
9385008dc2
2 changed files with 19 additions and 11 deletions
|
@ -21,11 +21,11 @@ export default class MPRIS {
|
|||
*/
|
||||
private mpris: any;
|
||||
private mprisEvents: Object = {
|
||||
"playpause": "pausePlay",
|
||||
"play": "pausePlay",
|
||||
"pause": "pausePlay",
|
||||
"next": "nextTrack",
|
||||
"previous": "previousTrack",
|
||||
"playpause": "playPause",
|
||||
"play": "play",
|
||||
"pause": "pause",
|
||||
"next": "next",
|
||||
"previous": "previous",
|
||||
}
|
||||
|
||||
/*******************************************************************************************
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue