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

Merge pull request #3427 from dmitrylyzo/fix-backdrop-back

This commit is contained in:
Cody Robibero 2022-02-14 15:39:16 -07:00 committed by GitHub
commit d002f45dcf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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);