mirror of
https://github.com/beetbox/beets.git
synced 2026-05-16 14:51:03 -04:00
The fetchart plugin would silently drop unknown sources defined in config, leading to hard to debug problems. The plugin now errors when an unknown source is configured, or when no sources are configured. In addition, a single string is now a valid value for `sources` to either enable all sources with an `*` or a single source. Fixes: #6336