mica effect emulation

This commit is contained in:
booploops 2022-03-10 20:16:20 -08:00
parent d1cf11f0b0
commit f1baf887cf
11 changed files with 164 additions and 29 deletions

View file

@ -176,7 +176,11 @@ export default class mpris {
*/
onBeforeQuit(): void {
console.debug(`[Plugin][${mpris.name}] Stopped.`);
mpris.clearState()
try {
mpris.clearState()
}catch(e) {
e = null
}
}
/**