mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix now playing background
This commit is contained in:
parent
c7fa2299da
commit
def595ff8a
26 changed files with 603 additions and 695 deletions
|
@ -299,7 +299,7 @@
|
|||
|
||||
function showPostPlayMenu(item) {
|
||||
|
||||
require(['jqmpopup'], function() {
|
||||
require(['jqmpopup', 'jqmlistview'], function () {
|
||||
$('.externalPlayerPostPlayFlyout').popup("close").remove();
|
||||
|
||||
var html = '<div data-role="popup" class="externalPlayerPostPlayFlyout" data-history="false" data-theme="a" data-dismissible="false">';
|
||||
|
@ -410,7 +410,7 @@
|
|||
|
||||
function showMenuForItem(item, players) {
|
||||
|
||||
require(['jqmpopup'], function () {
|
||||
require(['jqmpopup', 'jqmlistview'], function () {
|
||||
closePlayMenu();
|
||||
|
||||
var html = '<div data-role="popup" class="externalPlayerFlyout" data-theme="a" data-dismissible="false">';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue