Fixing a few UI issues (#61)

Gathering a bunch of smaller changes into one PR

### Changes
* Changes the behavior of the "combine continue watching & next up" to
apply only to TV Shows which basically makes the 'Continue Watching'
just movies and 'Next Up' just TV episodes
* Banner card (Series & Home pages) will stretch images to fit
* Close the "more" nav item if navigating to a non-more one (from #60)
* Fix episodes not updating/marked played when returning to series page
after playing multiple episodes
* Don't show the Intro/Outro skip button the Next Up dialog is showing
* Always should black background for playback, even when loading
This commit is contained in:
damontecres 2025-10-23 22:10:41 -04:00 committed by GitHub
parent fc4954b561
commit a35ecb6570
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 99 additions and 50 deletions

View file

@ -173,8 +173,7 @@ sealed interface AppPreference<T> {
setter = { prefs, value ->
prefs.updateHomePagePreferences { combineContinueNext = value }
},
summaryOn = R.string.enabled,
summaryOff = R.string.disabled,
summary = R.string.combine_continue_next_summary,
)
val RewatchNextUp =