Add MPRIS support (#25)

* Stop mpv on app close for linux/macOS (#20)

* Add initial MPRIS support

* Fix mpv path check
This commit is contained in:
Jeff
2023-02-08 23:57:06 -08:00
committed by GitHub
parent 0f7f4b969f
commit 23f84d68e8
19 changed files with 1672 additions and 144 deletions
+2
View File
@@ -40,8 +40,10 @@ declare global {
windowUnmaximize(): void;
};
localSettings: any;
mpris: any;
mpvPlayer: any;
mpvPlayerListener: any;
utils: any;
};
}
}