Add search variants
This commit is contained in:
@@ -40,6 +40,16 @@ settings_strings: dict[str, Setting] = {
|
||||
'yes': 'Only exact matches',
|
||||
'no': 'Fuzzy matches also'
|
||||
},
|
||||
),
|
||||
'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'
|
||||
}
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user