mirror of
https://github.com/AntennaPod/AntennaPod.git
synced 2024-12-28 17:52:29 +01:00
Merge pull request #3313 from ByteHamster/episode-cache-size
Added 500 episodes limit
This commit is contained in:
commit
2ff4632468
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user