[ext] Fix bad format for search_uris
Some checks failed
CI / pyright (push) Has been cancelled
CI / pytest (3.13) (push) Has been cancelled
CI / ruff check (push) Has been cancelled
CI / ruff format (push) Has been cancelled
CI / pytest (3.14) (push) Has been cancelled
CI / Build (push) Has been cancelled

This commit is contained in:
2026-06-24 21:50:43 -04:00
parent 69943b0241
commit a24d6e876c

View File

@ -18,7 +18,7 @@ refresh_interval = 0
# Comma-separated list of URI schemes to restrict searches to.
# Example: local:, file:
# Leave empty to search all backends.
search_uris = local
search_uris = local:
# Directory to write .m3u8 playlist files into (e.g. for mopidy-m3u).
# Leave empty to use Mopidy's core.playlists.save() API instead.
playlist_dir =