youtube is now default

This commit is contained in:
hhh
2025-01-20 23:59:39 +02:00
parent e509901564
commit e4d38868b7

View File

@@ -36,7 +36,7 @@ settings_strings: dict[str, Setting] = {
"default_search_provider": Setting(
name="Default search provider",
description="Which service to use when searching without service filter",
choices={"d": "Deezer", "c": "SoundCloud", "y": "YouTube", "s": "Spotify"},
choices={"y": "YouTube", "d": "Deezer", "c": "SoundCloud", "s": "Spotify"},
),
}