mirror of
https://github.com/JustinZeus/Wholphin.git
synced 2026-07-09 16:11:20 +02:00
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:
parent
b5422fe82b
commit
b3d630f272
4 changed files with 10 additions and 5 deletions
|
|
@ -6,6 +6,7 @@ option java_multiple_files = true;
|
|||
enum ShowNextUpWhen{
|
||||
END_OF_PLAYBACK = 0;
|
||||
DURING_CREDITS = 1;
|
||||
NEXT_UP_NEVER = 2;
|
||||
}
|
||||
|
||||
enum SkipSegmentBehavior{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue