Fix LastFM Filter Types
This commit is contained in:
parent
7b3c483df7
commit
046cee6348
6 changed files with 12 additions and 7 deletions
|
@ -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) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue