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

Merge pull request #4581 from Xavier-Do/master-fix-video-refresh-transparency

Fix white background on video refresh
This commit is contained in:
Bill Thornton 2023-05-10 10:44:13 -04:00 committed by GitHub
commit 930574c67d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1496,6 +1496,7 @@ export default function (view) {
dom.addEventListener(document, 'click', onClickCapture, { capture: true });
}
} catch (e) {
setBackdropTransparency(TRANSPARENCY_LEVEL.None); // reset state set in viewbeforeshow
appRouter.goHome();
}
});