nuclear
nuclear copied to clipboard
Empty artists added to favorite
Platform:
nuclear-fd06a3, Windows 10
Description of the issue:
- Press the favorite button of an empty artist. Related: https://github.com/nukeop/nuclear/issues/1427
- An empty artist will appear in the Favorite Artists tab.
- Selecting Remove will not remove this artist.
- An empty array is registered in
config.json
:
"artists": [
{}
],
Expected correct behavior:
- Prevent empty artists from registering.
- Automatically delete empty artists.
@nukeop I would like to work on this
This issue should be fixed, since #1427 is fixed.