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:
parent
6ea78e3986
commit
d00d084a8c
1 changed files with 1 additions and 0 deletions
|
@ -2096,6 +2096,7 @@ export default function (view, params) {
|
||||||
if (currentItem) {
|
if (currentItem) {
|
||||||
appRouter.setTitle('');
|
appRouter.setTitle('');
|
||||||
renderTrackSelections(page, self, currentItem, true);
|
renderTrackSelections(page, self, currentItem, true);
|
||||||
|
renderBackdrop(currentItem);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
reload(self, page, params);
|
reload(self, page, params);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue