mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update lists
This commit is contained in:
parent
6f73ce4cc3
commit
c2290dd41d
33 changed files with 540 additions and 627 deletions
|
@ -1850,7 +1850,8 @@ var AppInfo = {};
|
|||
path: '/addplugin.html',
|
||||
dependencies: [],
|
||||
autoFocus: false,
|
||||
roles: 'admin'
|
||||
roles: 'admin',
|
||||
controller: 'scripts/addpluginpage'
|
||||
});
|
||||
|
||||
defineRoute({
|
||||
|
@ -2719,8 +2720,8 @@ var AppInfo = {};
|
|||
|
||||
// Prefer custom font over Segoe if on desktop windows
|
||||
if (!browserInfo.mobile && navigator.userAgent.toLowerCase().indexOf('windows') != -1) {
|
||||
postInitDependencies.push('opensansFont');
|
||||
//postInitDependencies.push('robotoFont');
|
||||
//postInitDependencies.push('opensansFont');
|
||||
postInitDependencies.push('robotoFont');
|
||||
}
|
||||
|
||||
postInitDependencies.push('bower_components/emby-webcomponents/input/api');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue