diff --git a/src/main/index.ts b/src/main/index.ts index a046cd8a..34e4ab66 100644 --- a/src/main/index.ts +++ b/src/main/index.ts @@ -74,7 +74,7 @@ ipcMain.on('nowPlayingItemDidChange', (_event, attributes) => { }); ipcMain.on('nowPlayingItemDidChangeLastFM', (_event, attributes) => { - CiderPlug.callPlugin('lastfm', 'nowPlayingItemDidChangeLastFM', attributes); + CiderPlug.callPlugin('lastfm.js', 'nowPlayingItemDidChangeLastFM', attributes); }) app.on('before-quit', () => {