mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
add error handling to recording parsing
This commit is contained in:
parent
41b77b9673
commit
9e05332761
3 changed files with 6 additions and 5 deletions
|
@ -2310,9 +2310,10 @@ var AppInfo = {};
|
|||
|
||||
postInitDependencies.push('components/remotecontrolautoplay');
|
||||
|
||||
// Prefer OpenSans over Segoe if on desktop windows
|
||||
// Prefer custom font over Segoe if on desktop windows
|
||||
if (!browserInfo.mobile && navigator.userAgent.toLowerCase().indexOf('windows') != -1) {
|
||||
postInitDependencies.push('opensansFont');
|
||||
//postInitDependencies.push('opensansFont');
|
||||
postInitDependencies.push('robotoFont');
|
||||
}
|
||||
|
||||
require(postInitDependencies);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue