Mention that 'new episode action' disables autodownload (#7662)

Workaround until we complete the rewrite of autodownload.
This commit is contained in:
ByteHamster
2025-02-18 23:49:48 +01:00
committed by GitHub
parent 3a9643476f
commit 4e22af56ec

View File

@ -152,8 +152,8 @@
<string name="feed_auto_download_always">Always</string>
<string name="feed_auto_download_never">Never</string>
<string name="feed_new_episodes_action_add_to_inbox">Add to inbox</string>
<string name="feed_new_episodes_action_add_to_queue">Add to queue</string>
<string name="feed_new_episodes_action_nothing">Nothing</string>
<string name="feed_new_episodes_action_add_to_queue">Add to queue, disable auto download</string>
<string name="feed_new_episodes_action_nothing">Nothing, disable auto download</string>
<string name="episode_cleanup_never">Never</string>
<string name="episode_cleanup_except_favorite_removal">When not favorited</string>
<string name="episode_cleanup_queue_removal">When not in queue</string>