1
0
Fork 0
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:
MrTimscampi 2020-08-14 06:36:46 +02:00 committed by vitorsemeano
parent e558ef80d7
commit 1a635e2f81
6 changed files with 235 additions and 512 deletions

View file

@ -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')