1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Reload backdrop on restore

Backdrop doesn't belong to the itemDetails view and must be
reloaded explicitly.
This commit is contained in:
Dmitry Lyzo 2022-02-13 12:11:53 +03:00 committed by Cody Robibero (Rebase PR Action)
parent 6ea78e3986
commit d00d084a8c

View file

@ -2096,6 +2096,7 @@ export default function (view, params) {
if (currentItem) {
appRouter.setTitle('');
renderTrackSelections(page, self, currentItem, true);
renderBackdrop(currentItem);
}
} else {
reload(self, page, params);