From e985b782418a409152673cc1e26f4c1c9ab58972 Mon Sep 17 00:00:00 2001 From: Araxeus Date: Sat, 8 May 2021 01:08:24 +0300 Subject: [PATCH] lint --- plugins/last-fm/back.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/last-fm/back.js b/plugins/last-fm/back.js index 1aaee32b..aa0aafca 100644 --- a/plugins/last-fm/back.js +++ b/plugins/last-fm/back.js @@ -1,6 +1,6 @@ const fetch = require('node-fetch'); -const { shell } = require('electron') const md5 = require('md5'); +const { shell } = require('electron'); const { setOptions } = require('../../config/plugins'); const getSongInfo = require('../../providers/song-info'); const defaultConfig = require('../../config/defaults');