From 967c40ac0ee0342d3170039d655f13ea5a0f6ff6 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Thu, 7 Nov 2013 10:57:12 -0500 Subject: [PATCH 1/2] optimize image processor when gdi can be skipped --- dashboard-ui/scripts/Itemdetailpage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard-ui/scripts/Itemdetailpage.js b/dashboard-ui/scripts/Itemdetailpage.js index 219d6eba59..2fe9ae3dfd 100644 --- a/dashboard-ui/scripts/Itemdetailpage.js +++ b/dashboard-ui/scripts/Itemdetailpage.js @@ -749,7 +749,7 @@ if (chapter.ImageTag) { imgUrl = ApiClient.getImageUrl(item.Id, { - width: 400, + maxwidth: 400, tag: chapter.ImageTag, type: "Chapter", index: i From 1cd194bbfb292c26566205241d7fdf5dc73b3f11 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Thu, 7 Nov 2013 11:48:46 -0500 Subject: [PATCH 2/2] fix metadata editor tree redirect --- dashboard-ui/edititemmetadata.html | 2 +- dashboard-ui/scripts/edititemmetadata.js | 9 ++++++++- dashboard-ui/scripts/librarybrowser.js | 10 +++++----- 3 files changed, 14 insertions(+), 7 deletions(-) diff --git a/dashboard-ui/edititemmetadata.html b/dashboard-ui/edititemmetadata.html index d3d770e265..bf5ad539c6 100644 --- a/dashboard-ui/edititemmetadata.html +++ b/dashboard-ui/edititemmetadata.html @@ -326,7 +326,7 @@