diff --git a/dashboard-ui/metadataimages.html b/dashboard-ui/metadataimages.html index fcb9ed8235..9b36b874d3 100644 --- a/dashboard-ui/metadataimages.html +++ b/dashboard-ui/metadataimages.html @@ -46,8 +46,9 @@
+
To prevent duplicate backdrop downloading, backdrops are only automatically downloaded when there are no backdrops present. Once an item has a single backdrop, further changes will need to be made manually using the metadata manager.
- +
diff --git a/dashboard-ui/scripts/metadataimagespage.js b/dashboard-ui/scripts/metadataimagespage.js index dafd201a73..ff28ffba58 100644 --- a/dashboard-ui/scripts/metadataimagespage.js +++ b/dashboard-ui/scripts/metadataimagespage.js @@ -287,7 +287,7 @@ var i, length, plugin, id; - html += '
Metadata Fetchers:
'; + html += '
Metadata Downloaders:
'; html += '
'; html += '
'; @@ -329,7 +329,7 @@ } html += '
'; - html += '
Enable and rank your preferred metadata fetchers in order of priority. Lower priority fetchers will only be used to fill in missing information.
'; + html += '
Enable and rank your preferred metadata downloaders in order of priority. Lower priority downloaders will only be used to fill in missing information.
'; var elem = $('.metadataFetchers', page).html(html).show().trigger('create');