chore: Prettified Code
[ci skip]
This commit is contained in:
parent
54bc9dcf1b
commit
d416569296
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ export default class mpris {
|
|||
|
||||
mpris.utils.getIPCMain().on("mpris:volumeChange", (_e: any, volume: number) => {
|
||||
player.volume = volume;
|
||||
})
|
||||
});
|
||||
|
||||
mpris.utils.getIPCMain().on("shuffleModeDidChange", (_e: any, mode: number) => {
|
||||
player.shuffle = mode === 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue