mirror of
https://github.com/JustinZeus/Wholphin.git
synced 2026-07-08 15:50:16 +02:00
Add option for click to play continue watching/next up rows (#1405)
## Description Adds an option under Settings->Customize home page->Settings, "Continue watching/Next up click behavior": - When disabled (the default), clicking goes to the item's details page - When enabled, clicking starts playback for the item from its resume position This only applies to the continue watching, next up, or combined rows. All other rows go to the details page no matter what. ### Related issues Closes #1007 ### Testing Emulator ## Screenshots N/A ## AI or LLM usage None
This commit is contained in:
parent
59ccce9d54
commit
87a109c6b6
5 changed files with 44 additions and 1 deletions
|
|
@ -94,6 +94,7 @@ message HomePagePreferences{
|
|||
bool enable_rewatching_next_up = 2;
|
||||
bool combine_continue_next = 3;
|
||||
int32 max_days_next_up = 4;
|
||||
bool click_to_play = 5;
|
||||
}
|
||||
|
||||
enum ThemeSongVolume {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue