fix indentation

This commit is contained in:
rdy2go 2025-08-02 21:55:30 +02:00
parent 4e2ebabb92
commit 2c240b4788

View file

@ -52,7 +52,7 @@ Bug fixes:
* :doc:`reference/cli`: Fix 'from_scratch' option for singleton imports: delete
all (old) metadata when new metadata is applied.
:bug:`3706`
* :doc:`/plugins/spotify`: Fix the issue with that every query to spotify was
* :doc:`/plugins/spotify`: Fix the issue with that every query to spotify was
ascii encoded. This resulted in bad matches for queries that contained special
e.g. non latin characters as 盗作. If you want to keep the legacy behavior
set the config option ``spotify.search_query_ascii: yes``.