Fix LastFM Filter Types

This commit is contained in:
Core 2022-09-16 18:39:39 +01:00
parent 7b3c483df7
commit 046cee6348
No known key found for this signature in database
GPG key ID: 2AB8327FBA02D1C0
6 changed files with 12 additions and 7 deletions

View file

@ -1350,7 +1350,7 @@ export class BrowserWindow {
.then(async (buffer) => {
const metadata = await mm.parseBuffer(buffer, "audio/x-m4a");
let SoundCheckTag = metadata.native.iTunes[1].value;
console.log("sc", SoundCheckTag);
console.debug("sc", SoundCheckTag);
BrowserWindow.win.webContents.send("SoundCheckTag", SoundCheckTag);
})
.catch((err) => {