v0.26.9
Media Browse – Filters
- Filters no longer carry over between screens – Entering Media Browse (Movies or Series) now always starts with default filters; filters are cleared on enter (LaunchedEffect) and on leave (DisposableEffect), so returning to the same mode shows "Filters" with 0 count and switching modes never leaves the wrong filters active.
- Filters drawer no longer locks up when switching modes – The Filters drawer always receives filters that match the current screen’s media type; if the ViewModel had movie filters while on Series (or vice versa), the drawer now gets default filters for the current screen instead of mismatched ones.
Top Bar – Browse Screens - Hide current browse icon on Movies/Series screens – On Movies browse the Movies icon is hidden; on Series browse the Series icon is hidden, so the same screen is not pushed again and the bar only shows the other browse option plus Settings and Search.
- Top bar D-pad no wrap – Left/right between top bar icons no longer wraps at the ends on any screen (main with 4 icons, or browse with 3 icons); focus stops at Settings (left) and Search (right).
- Enter on current browse icon is no-op – Selecting the Movies icon when already on Movies browse (or Series when on Series browse) does nothing instead of nesting the same screen.