mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update closing of streams
This commit is contained in:
parent
d43c5874f2
commit
63d66a049a
78 changed files with 643 additions and 367 deletions
|
@ -1160,10 +1160,10 @@ var AppInfo = {};
|
|||
playlisteditor: 'components/playlisteditor/playlisteditor',
|
||||
medialibrarycreator: 'components/medialibrarycreator/medialibrarycreator',
|
||||
medialibraryeditor: 'components/medialibraryeditor/medialibraryeditor',
|
||||
howler: bowerPath + '/howler.js/howler.min',
|
||||
howler: bowerPath + '/howlerjs/howler.min',
|
||||
sortable: bowerPath + '/Sortable/Sortable.min',
|
||||
isMobile: bowerPath + '/isMobile/isMobile.min',
|
||||
headroom: bowerPath + '/headroom.js/dist/headroom',
|
||||
headroom: bowerPath + '/headroomjs/dist/headroom',
|
||||
masonry: bowerPath + '/masonry/dist/masonry.pkgd.min',
|
||||
humanedate: 'components/humanedate',
|
||||
libraryBrowser: 'scripts/librarybrowser',
|
||||
|
@ -1189,7 +1189,7 @@ var AppInfo = {};
|
|||
webAnimations: bowerPath + '/web-animations-js/web-animations-next-lite.min'
|
||||
};
|
||||
|
||||
paths.hlsjs = bowerPath + "/hls.js/dist/hls.min";
|
||||
paths.hlsjs = bowerPath + "/hlsjs/dist/hls.min";
|
||||
|
||||
if ((window.chrome && window.chrome.sockets) || Dashboard.isRunningInCordova()) {
|
||||
paths.serverdiscovery = apiClientBowerPath + "/serverdiscovery-chrome";
|
||||
|
@ -2715,8 +2715,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