mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update default image extraction timeouts
This commit is contained in:
parent
f17942c1cd
commit
4c7061b489
7 changed files with 12 additions and 15 deletions
|
@ -14,12 +14,12 @@
|
|||
},
|
||||
"devDependencies": {},
|
||||
"ignore": [],
|
||||
"version": "1.4.235",
|
||||
"_release": "1.4.235",
|
||||
"version": "1.4.236",
|
||||
"_release": "1.4.236",
|
||||
"_resolution": {
|
||||
"type": "version",
|
||||
"tag": "1.4.235",
|
||||
"commit": "228f893d3748b11d61946cf48fc78a018599be93"
|
||||
"tag": "1.4.236",
|
||||
"commit": "d369818012719cb7fd38b052073428631937ae6f"
|
||||
},
|
||||
"_source": "https://github.com/MediaBrowser/emby-webcomponents.git",
|
||||
"_target": "^1.2.1",
|
||||
|
|
|
@ -199,7 +199,7 @@ define(['browser'], function (browser) {
|
|||
function getMaxBitrate() {
|
||||
|
||||
if (browser.edgeUwp) {
|
||||
return 14000000;
|
||||
return 15000000;
|
||||
}
|
||||
|
||||
// 10mbps
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
define(['datetime', 'imageLoader', 'connectionManager', 'itemShortcuts', 'layoutManager'], function (datetime, imageLoader, connectionManager, itemShortcuts, layoutManager) {
|
||||
define(['datetime', 'imageLoader', 'connectionManager', 'layoutManager'], function (datetime, imageLoader, connectionManager, layoutManager) {
|
||||
|
||||
function buildChapterCardsHtml(item, chapters, options) {
|
||||
|
||||
|
@ -132,9 +132,6 @@ define(['datetime', 'imageLoader', 'connectionManager', 'itemShortcuts', 'layout
|
|||
options.itemsContainer.innerHTML = html;
|
||||
|
||||
imageLoader.lazyChildren(options.itemsContainer);
|
||||
|
||||
itemShortcuts.off(options.itemsContainer);
|
||||
itemShortcuts.on(options.itemsContainer);
|
||||
}
|
||||
|
||||
return {
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
};
|
||||
|
||||
if (layoutManager.tv) {
|
||||
dialogOptions.size = 'medium';
|
||||
dialogOptions.size = 'fullscreen';
|
||||
} else {
|
||||
dialogOptions.size = 'small';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue