update recording file name
This commit is contained in:
@@ -303,7 +303,7 @@
|
||||
}
|
||||
}
|
||||
else if (item.IsFolder) {
|
||||
if (item.Type != "BoxSet") {
|
||||
if (item.Type != "BoxSet" && item.Type != "Series") {
|
||||
return id ? "itemlist.html?parentId=" + id : "#";
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user