diff --git a/dashboard-ui/bower_components/emby-apiclient/.bower.json b/dashboard-ui/bower_components/emby-apiclient/.bower.json
index f3acb5d871..f80b550020 100644
--- a/dashboard-ui/bower_components/emby-apiclient/.bower.json
+++ b/dashboard-ui/bower_components/emby-apiclient/.bower.json
@@ -16,12 +16,12 @@
},
"devDependencies": {},
"ignore": [],
- "version": "1.0.35",
- "_release": "1.0.35",
+ "version": "1.0.37",
+ "_release": "1.0.37",
"_resolution": {
"type": "version",
- "tag": "1.0.35",
- "commit": "d84b62c2a98faed179e07ef805e54cd7e6d2e036"
+ "tag": "1.0.37",
+ "commit": "b383fff379b92417525a3295ebbe3b7db9e0b1a4"
},
"_source": "git://github.com/MediaBrowser/Emby.ApiClient.Javascript.git",
"_target": "~1.0.3",
diff --git a/dashboard-ui/bower_components/emby-apiclient/apiclient.js b/dashboard-ui/bower_components/emby-apiclient/apiclient.js
index 4b112ab836..75d4fc5a25 100644
--- a/dashboard-ui/bower_components/emby-apiclient/apiclient.js
+++ b/dashboard-ui/bower_components/emby-apiclient/apiclient.js
@@ -3428,12 +3428,12 @@
});
};
- self.deleteSmartMatchEntry = function (name, options) {
+ self.deleteSmartMatchEntries = function (entries) {
- var url = self.getUrl("Library/FileOrganizations/SmartMatches", options || {});
+ var url = self.getUrl("Library/FileOrganizations/SmartMatches/Delete");
var postData = {
- Name: name
+ Entries: entries
};
return self.ajax({
diff --git a/dashboard-ui/components/collectioneditor/collectioneditor.js b/dashboard-ui/components/collectioneditor/collectioneditor.js
index bba463a18e..834d822600 100644
--- a/dashboard-ui/components/collectioneditor/collectioneditor.js
+++ b/dashboard-ui/components/collectioneditor/collectioneditor.js
@@ -200,7 +200,7 @@
var title = items.length ? Globalize.translate('HeaderAddToCollection') : Globalize.translate('HeaderNewCollection');
html += '