mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Footer hide
This commit is contained in:
parent
3f536c851d
commit
20b21fd1f4
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@
|
|||
var mediaElement = $("#mediaElement", videoBackdrop);
|
||||
var nowPlayingBar = $("#nowPlayingBar", videoBackdrop);
|
||||
mediaElement.html(""); // remove play/pause
|
||||
footer.append(mediaElement).append(nowPlayingBar);
|
||||
footer.append(mediaElement).append(nowPlayingBar).hide();
|
||||
videoBackdrop.remove();
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue