jellyfin / jellyfin-androidtv

Android TV Client for Jellyfin
https://jellyfin.org
GNU General Public License v2.0
2.87k stars 489 forks source link

Unset playing item once the playback queue ends #4221

Closed nielsvanvelzen closed 1 day ago

nielsvanvelzen commented 1 day ago

should've implemented this earlier

Changes With this change the queue index will always reset to -1 (INDEX_NONE) once the last item in the queue ends instead of leaving the last queue item active. This solves various issues in the UI (like the screensaver) where it keeps showing the last item when nothing is playing

Issues

Fixes #4214 Part of #1057