Revert "lastfm module (not working for now)"

This reverts commit 44b840eb03.
This commit is contained in:
vapormusic 2022-01-19 15:22:19 +07:00
parent 44b840eb03
commit 5a661f3c01
2 changed files with 3 additions and 208 deletions

View file

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