youtube-music: New plugin development: Cannot enable
I’m trying to develop a new plugin. I created /plugins/MY_PLUGIN/back.js, and the entry came up in the menu, but I wasn’t able to click it to enable it. I tried everything, from creating /plugins/MY_PLUGIN/menu.js to editing /config/default.js and /config/store.js to editing %appdata%/YouTube Music/config.json. It still isn’t clickable. Any idea why that is?
About this issue
- Original URL
- State: closed
- Created a year ago
- Comments: 24 (12 by maintainers)
We should look into adding eslint to avoid this kind of things
Should just be a matter of deciding on an eslint config @th-ch
Example config
Well, it’s all working now! I had to run
yarnto get it to work, so maybe I had some outdated dependencies? Thanks anyways!