Merge pull request #3313 from ByteHamster/episode-cache-size

Added 500 episodes limit
This commit is contained in:
H. Lehmann 2019-08-10 17:45:34 +02:00 committed by GitHub
commit 2ff4632468
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -49,6 +49,7 @@
<item>25</item>
<item>50</item>
<item>100</item>
<item>500</item>
<item>@string/pref_episode_cache_unlimited</item>
</string-array>
@ -58,6 +59,7 @@
<item>25</item>
<item>50</item>
<item>100</item>
<item>500</item>
<item>-1</item>
</string-array>