diff --git a/dashboard-ui/autoorganizelog.html b/dashboard-ui/autoorganizelog.html index 1c4f5872c..363914149 100644 --- a/dashboard-ui/autoorganizelog.html +++ b/dashboard-ui/autoorganizelog.html @@ -5,7 +5,7 @@ ${TitleAutoOrganize} -
+
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) {