mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
strip out jqm panel
This commit is contained in:
parent
1fcfbcab7e
commit
0e6672699e
26 changed files with 785 additions and 788 deletions
|
@ -207,7 +207,10 @@
|
|||
window.PlaylistManager = {
|
||||
|
||||
showPanel: function (items) {
|
||||
showNewPlaylistPanel(items);
|
||||
|
||||
require(['jqmpanel'], function() {
|
||||
showNewPlaylistPanel(items);
|
||||
});
|
||||
},
|
||||
|
||||
supportsPlaylists: function (item) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue