mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Allow notification display when video playing
Users can interact with notifications in windowed mode
This commit is contained in:
parent
37fb510a2d
commit
d48854dda8
3 changed files with 24 additions and 4 deletions
|
@ -234,6 +234,8 @@
|
|||
|
||||
$("#videoBackdrop", footer).show();
|
||||
|
||||
footer.css("height", "0");
|
||||
|
||||
var videoPlayer = $("#videoPlayer", footer)
|
||||
//.hide()
|
||||
.append(nowPlayingBar);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue