Add option to never show next up episodes (#1257)

## Description
Adds an option to never show next up. This means when an episode
completes, the app always returns to the previous page instead of
suggesting the next episode.

### Related issues
Closes #1100

### Testing
Emulator

## Screenshots
N/A

## AI or LLM usage
None
This commit is contained in:
Ray 2026-04-16 17:28:02 -04:00 committed by GitHub
parent b5422fe82b
commit b3d630f272
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 10 additions and 5 deletions

View file

@ -615,9 +615,11 @@
<string name="next_up_playback_end">At the end of playback</string>
<string name="next_up_outro">During end credits/outro</string>
<string name="next_up_never">Never</string>
<string-array name="show_next_up_when_options">
<item>@string/next_up_playback_end</item>
<item>@string/next_up_outro</item>
<item>@string/next_up_never</item>
</string-array>
<string name="white">White</string>