mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update recording file name
This commit is contained in:
parent
7acfaee309
commit
3003c976a8
6 changed files with 53 additions and 28 deletions
|
@ -1398,6 +1398,7 @@ var AppInfo = {};
|
|||
|
||||
define('fetch', [bowerPath + '/fetch/fetch']);
|
||||
|
||||
define('raf', [embyWebComponentsBowerPath + '/polyfills/raf']);
|
||||
define('functionbind', [embyWebComponentsBowerPath + '/polyfills/bind']);
|
||||
define('arraypolyfills', [embyWebComponentsBowerPath + '/polyfills/array']);
|
||||
define('objectassign', [embyWebComponentsBowerPath + '/polyfills/objectassign']);
|
||||
|
@ -1796,6 +1797,10 @@ var AppInfo = {};
|
|||
list.push('functionbind');
|
||||
}
|
||||
|
||||
if (!window.requestAnimationFrame) {
|
||||
list.push('raf');
|
||||
}
|
||||
|
||||
require(list, function () {
|
||||
|
||||
createConnectionManager().then(function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue