lastfm module (not working for now)

This commit is contained in:
vapormusic 2022-01-19 14:30:58 +07:00
parent 2d27939881
commit 44b840eb03
2 changed files with 208 additions and 3 deletions

View file

@ -31,9 +31,7 @@ electron.app.on('ready', () => {
electron.components.whenReady().then(async () => {
await Cider.createWindow()
plug.callPlugins('onReady', Cider);
plug.callPlugins('onReady', Cider);
})