mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-11 10:31:47 +00:00
apply fix from eslint
This commit is contained in:
@ -4,10 +4,9 @@ const { restart } = require('../providers/app-controls');
|
||||
|
||||
function getEnabled() {
|
||||
const plugins = store.get('plugins');
|
||||
const enabledPlugins = Object.entries(plugins).filter(([plugin, options]) =>
|
||||
return Object.entries(plugins).filter(([plugin]) =>
|
||||
isEnabled(plugin),
|
||||
);
|
||||
return enabledPlugins;
|
||||
}
|
||||
|
||||
function isEnabled(plugin) {
|
||||
|
||||
Reference in New Issue
Block a user