1
0
Fork 0
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:
Tim Hobbs 2014-03-17 16:59:25 -07:00
parent 37fb510a2d
commit d48854dda8
3 changed files with 24 additions and 4 deletions

View file

@ -234,6 +234,8 @@
$("#videoBackdrop", footer).show();
footer.css("height", "0");
var videoPlayer = $("#videoPlayer", footer)
//.hide()
.append(nowPlayingBar);