fix
This commit is contained in:
parent
6090fd6a6a
commit
c72358f5df
2 changed files with 25 additions and 3 deletions
|
@ -1189,6 +1189,7 @@ export class BrowserWindow {
|
|||
BrowserWindow.win.webContents.send('getUpdatedLocalList', oldmetadatalist);
|
||||
const metadatalist = await LocalFiles.scanLibrary()
|
||||
BrowserWindow.win.webContents.send('getUpdatedLocalList', metadatalist);
|
||||
LocalFiles.cleanUpDB()
|
||||
})
|
||||
|
||||
ipcMain.on('writeWAV', (event, leftpcm, rightpcm, bufferlength) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue