summaryrefslogtreecommitdiff
path: root/core/src/main/res/values
diff options
context:
space:
mode:
authorXavier Gouchet <xavier.gouchet@gmail.com>2019-10-09 08:53:57 +0200
committerXavier Gouchet <xavier.gouchet@gmail.com>2019-10-17 16:00:27 +0200
commitfd5a5d71a203009d296049fa3263b53eb77b21ea (patch)
treedcb2607b872d38ef16194b0b9839341acd789a0a /core/src/main/res/values
parent2ffdc275b8dd127f15506556d1b7ba9fb9108b47 (diff)
downloadAntennaPod-fd5a5d71a203009d296049fa3263b53eb77b21ea.zip
Add an option to replace Episode cover with Podcast cover
The default is to use the episode cover (keep the previous behavior). Fixes #3070
Diffstat (limited to 'core/src/main/res/values')
-rw-r--r--core/src/main/res/values/strings.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml
index 5a0267232..78e59f679 100644
--- a/core/src/main/res/values/strings.xml
+++ b/core/src/main/res/values/strings.xml
@@ -403,6 +403,8 @@
<string name="pref_parallel_downloads_title">Parallel Downloads</string>
<string name="pref_episode_cache_title">Episode Cache</string>
<string name="pref_episode_cache_summary">Total number of downloaded episodes cached on the device. Automatic download will be suspended if this number is reached.</string>
+ <string name="pref_episode_cover_title">Use Episode Cover</string>
+ <string name="pref_episode_cover_summary">Use the episode specific cover whenever available. If unchecked, the app will always use the podcast cover image.</string>
<string name="pref_theme_title_use_system">Use system theme</string>
<string name="pref_theme_title_light">Light</string>
<string name="pref_theme_title_dark">Dark</string>