1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

merging ifs

This commit is contained in:
vitorsemeano 2019-03-04 20:47:00 +00:00
parent e60da6b545
commit 7e22a64238

View file

@ -1276,10 +1276,8 @@ var AppInfo = {};
initLocalSyncEvents();
}
if (!AppInfo.isNativeApp) {
if (window.ApiClient) {
require(["css!" + ApiClient.getUrl("Branding/Css")]);
}
if (!AppInfo.isNativeApp && window.ApiClient) {
require(["css!" + ApiClient.getUrl("Branding/Css")]);
}
});
}