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

@ -91,5 +91,6 @@
<string name="nav_drawer_pins">Customize Navigation Drawer Items</string>
<string name="profile_specific_settings">User Profile Settings</string>
<string name="nav_drawer_pins_summary">Choose the default items to show, others will be hidden</string>
<string name="combine_continue_next_summary">Applies to TV Series only</string>
</resources>