Home screen didn't refresh after watching video
After watching a person's video, it will not appear at the top of "Continue Watching" immediately, you need to restart the client.
Do you use the integrated player or the default web player?
Do you use the integrated player or the default web player?
integrated player
Whatever we do, the home won't refresh automatically to reflect state changes, it's pretty infuriating. We have to go to another page, and back to the home.
I think the same happens on the web player which this is based on. So, this might be a ticket for that instead.
@Maxr1998 I'm not sure, I haven't got this issue on the web player. For example when stopping a steam on the web player, the home page is up to date with the current viewing state. It's not the case on Android.
@Maxr1998 here is an exemple. On the web player :
https://github.com/jellyfin/jellyfin-android/assets/246550/f8d54f22-9a67-4ad3-87b7-7133b8c1f0b1
I start playing the episode of a show, as soon as I close it, the homepage is up to date with the current state.
Same thing on Android :
https://github.com/jellyfin/jellyfin-android/assets/246550/954732f9-c399-4c8f-ae34-ad6db1900c30
When stopping playback, the homepage is in the same state as before starting it, and we have to change page and come back for it to be up to date.
At the very least if it isn't possible to auto refresh, a refresh button would be handy instead of having to change page.
I'm not sure, I haven't got this issue on the web player. For example when stopping a steam on the web player, the home page is up to date with the current viewing state. It's not the case on Android.
Thanks for verifying it and the recordings, it seems that the same issue exists on Jellyfin Media Player (desktop), which made me think it's a web issue.
It's probably because both apps stream the content from an external player, which doesn't call back directly to the web app (but the server instead). We probably need to explicitly refresh the screen after closing the player ourselves.