mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update loading
This commit is contained in:
parent
f7f42a9777
commit
5516424502
22 changed files with 739 additions and 145 deletions
|
@ -1812,8 +1812,9 @@ var AppInfo = {};
|
|||
define("prompt", [embyWebComponentsBowerPath + "/prompt/prompt"], returnFirstDependency);
|
||||
}
|
||||
|
||||
if (browser.tv && !browser.animate) {
|
||||
define("loading", [embyWebComponentsBowerPath + "/loading/loading-smarttv"], returnFirstDependency);
|
||||
if (browser.tizen || browser.operaTv) {
|
||||
// Need the older version due to artifacts
|
||||
define("loading", [embyWebComponentsBowerPath + "/loading/loading-legacy"], returnFirstDependency);
|
||||
} else {
|
||||
define("loading", [embyWebComponentsBowerPath + "/loading/loading-lite"], returnFirstDependency);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue