mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Migrate site.js to ES6
This commit is contained in:
parent
e558ef80d7
commit
1a635e2f81
6 changed files with 235 additions and 512 deletions
|
@ -256,7 +256,7 @@ import 'emby-ratingbutton';
|
|||
|
||||
return new Promise(function (resolve, reject) {
|
||||
Promise.all([
|
||||
import('appFooter-shared'),
|
||||
import('appFooter'),
|
||||
import('itemShortcuts'),
|
||||
import('css!./nowPlayingBar.css'),
|
||||
import('emby-slider')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue