mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update unveils
This commit is contained in:
parent
8c2b65740f
commit
95a647e0df
63 changed files with 745 additions and 584 deletions
|
@ -1,4 +1,4 @@
|
|||
(function (document, $) {
|
||||
(function (document) {
|
||||
|
||||
var currentOwnerId;
|
||||
var currentThemeIds = [];
|
||||
|
@ -59,7 +59,7 @@
|
|||
return MediaController.getCurrentPlayer();
|
||||
}
|
||||
|
||||
$(document).on('thememediadownload', ".libraryPage", function (e, themeMediaResult) {
|
||||
Events.on(document, 'thememediadownload', ".libraryPage", function (e, themeMediaResult) {
|
||||
|
||||
if (!enabled()) {
|
||||
return;
|
||||
|
@ -72,4 +72,4 @@
|
|||
}
|
||||
});
|
||||
|
||||
})(document, jQuery);
|
||||
})(document);
|
Loading…
Add table
Add a link
Reference in a new issue