discordrpc now reloads/clears activity with setting changes
This commit is contained in:
parent
f8e37029ac
commit
a3ca0b09f4
4 changed files with 42 additions and 27 deletions
|
@ -38,7 +38,7 @@ export default class RAOP {
|
|||
Worker, isMainThread, parentPort, workerData
|
||||
} = require('node:worker_threads');
|
||||
function getAudioConv (buffers) {
|
||||
|
||||
|
||||
function interleave16(leftChannel, rightChannel) {
|
||||
var length = leftChannel.length + rightChannel.length;
|
||||
var result = new Int16Array(length);
|
||||
|
@ -340,7 +340,7 @@ export default class RAOP {
|
|||
}
|
||||
});
|
||||
|
||||
electron.ipcMain.on("updateRPCImage", (_event, imageurl) => {
|
||||
electron.ipcMain.on("discordrpc:updateImage", (_event, imageurl) => {
|
||||
this.uploadImageAirplay(imageurl);
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue