diff --git a/dashboard-ui/bower_components/emby-apiclient/apiclient.js b/dashboard-ui/bower_components/emby-apiclient/apiclient.js
index 1cef9a371..403415dab 100644
--- a/dashboard-ui/bower_components/emby-apiclient/apiclient.js
+++ b/dashboard-ui/bower_components/emby-apiclient/apiclient.js
@@ -1137,29 +1137,6 @@
});
};
- self.getSmartMatchInfos = function (options) {
-
- options = options || {};
-
- var url = self.getUrl("Library/FileOrganizationSmartMatch", options);
-
- return self.ajax({
- type: "GET",
- url: url,
- dataType: "json"
- });
- };
-
- self.deleteSmartMatchEntry = function (id, options) {
-
- var url = self.getUrl("Library/FileOrganizationSmartMatch/" + id + "/Delete", options || {});
-
- return self.ajax({
- type: "POST",
- url: url
- });
- };
-
self.getLiveTvSeriesTimer = function (id) {
if (!id) {