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

Fix restoring views

This commit is contained in:
Bill Thornton 2022-10-24 02:17:35 -04:00
parent 42c0516a44
commit c5072f77f5
2 changed files with 11 additions and 4 deletions

View file

@ -167,7 +167,7 @@ class ViewManager {
}
return viewContainer.tryRestoreView(options).then(function (view) {
onViewChanging();
if (onViewChanging) onViewChanging();
onViewChange(view, options, true);
});
}