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:
commit
930574c67d
1 changed files with 1 additions and 0 deletions
|
@ -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();
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue