aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/xml/preferences.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/res/xml/preferences.xml')
-rw-r--r--src/main/res/xml/preferences.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/main/res/xml/preferences.xml b/src/main/res/xml/preferences.xml
index 5d9e6d6cc..e7149e60c 100644
--- a/src/main/res/xml/preferences.xml
+++ b/src/main/res/xml/preferences.xml
@@ -346,6 +346,13 @@
android:key="use_invidious"
android:summary="@string/pref_use_invidious_summary"
android:title="@string/pref_use_invidious" />
+ <ListPreference
+ android:defaultValue="@string/default_channel_discovery"
+ android:entries="@array/channel_discovery_entries"
+ android:entryValues="@array/channel_discover_values"
+ android:key="channel_discovery_method"
+ android:summary="@string/pref_channel_discovery_summary"
+ android:title="@string/pref_channel_discovery" />
<PreferenceCategory android:title="@string/pref_create_backup">
<Preference
android:key="create_backup"