jellyfin-web
jellyfin-web copied to clipboard
After changing a show's poster it doesn't display the new poster when leaving the editing window
Describe The Bug After changing a show's poster it doesn't display the new poster when leaving the editing window until a manual page refresh. This does work correctly for movies, though, although the page jumps to the top when leaving the editing window (see this issue: https://github.com/jellyfin/jellyfin-web/issues/3566)
Steps To Reproduce
- On show list view
- Click on 'edit images'
- Change the poster image
- Returning from the edit window doesn't display the new poster
Expected Behavior Returning from the edit images window should display the changed poster image.
System (please complete the following information):
- Windows
- Happens in all browsers
- Jellyfin 10.8.0-beta2
This issue has gone 120 days without comment. To avoid abandoned issues, it will be closed in 21 days if there are no new comments.
If you're the original submitter of this issue, please comment confirming if this issue still affects you in the latest release or master branch, or close the issue if it has been fixed. If you're another user also affected by this bug, please comment confirming so. Either action will remove the stale label.
This bot exists to prevent issues from becoming stale and forgotten. Jellyfin is always moving forward, and bugs are often fixed as side effects of other changes. We therefore ask that bug report authors remain vigilant about their issues to ensure they are closed if fixed, or re-confirmed - perhaps with fresh logs or reproduction examples - regularly. If you have any questions you can reach us on Matrix or Social Media.
Still an issue as of version 10.8.4.
The issue with editing the poster of a movie and the page jumping to the top also still exists.
Trying to investigate this issue.
It works on the movie section because it reload the list, hence the scroll-top, I imagine. But I haven't found yet where the reload is triggered.
Anyway, on other lists, it does not reload so the cover of the modified item is not updated.
@thornbill Should the itemContextMenu alter the cover image element from which it was opened from (using a similar query) ?
Well to be honest I've been putting off these types of data refreshing issues because they are just really complicated to deal with in the legacy view stack. It will be so much easier to ensure data stays updated/synced after migrating to react and the query library. 😅