Merge pull request #1669 from mfietz/issue/1654-default-cache-size

Set default episode cache size to 25
This commit is contained in:
Tom Hennen 2016-03-21 09:54:53 -04:00
commit 4d3fb36e16
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@
android:title="@string/pref_automatic_download_title" android:title="@string/pref_automatic_download_title"
android:defaultValue="false"/> android:defaultValue="false"/>
<com.afollestad.materialdialogs.prefs.MaterialListPreference <com.afollestad.materialdialogs.prefs.MaterialListPreference
android:defaultValue="20" android:defaultValue="25"
android:entries="@array/episode_cache_size_entries" android:entries="@array/episode_cache_size_entries"
android:key="prefEpisodeCacheSize" android:key="prefEpisodeCacheSize"
android:title="@string/pref_episode_cache_title" android:title="@string/pref_episode_cache_title"