diff options
Diffstat (limited to 'subsonic-android/res/xml')
-rw-r--r-- | subsonic-android/res/xml/settings.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/subsonic-android/res/xml/settings.xml b/subsonic-android/res/xml/settings.xml index af2b567a..eb139b83 100644 --- a/subsonic-android/res/xml/settings.xml +++ b/subsonic-android/res/xml/settings.xml @@ -144,6 +144,10 @@ android:entryValues="@array/preloadCountValues" android:entries="@array/preloadCountNames"/> + <Preference + android:key="clearCache" + android:title="@string/settings.cache_clear" + android:persistent="false"/> </PreferenceCategory> <PreferenceCategory |