diff --git a/dashboard-ui/itemdetails.html b/dashboard-ui/itemdetails.html
index 1b4a95e391..67ef627b66 100644
--- a/dashboard-ui/itemdetails.html
+++ b/dashboard-ui/itemdetails.html
@@ -101,9 +101,9 @@
-
+
diff --git a/dashboard-ui/scripts/itembynamedetailpage.js b/dashboard-ui/scripts/itembynamedetailpage.js
index dd6822d2a7..06b1aa0412 100644
--- a/dashboard-ui/scripts/itembynamedetailpage.js
+++ b/dashboard-ui/scripts/itembynamedetailpage.js
@@ -355,7 +355,7 @@
if (item.Type == "Person" && item.ProductionLocations && item.ProductionLocations.length) {
- var gmap = '' + item.ProductionLocations[0] + '';
+ var gmap = '' + item.ProductionLocations[0] + '';
$('#itemBirthLocation', page).show().html("Birthplace: " + gmap).trigger('create');
} else {
diff --git a/dashboard-ui/scripts/librarybrowser.js b/dashboard-ui/scripts/librarybrowser.js
index 6205106d71..d3a7ad7cdb 100644
--- a/dashboard-ui/scripts/librarybrowser.js
+++ b/dashboard-ui/scripts/librarybrowser.js
@@ -713,14 +713,14 @@
}
if (providerIds.Tmdb) {
if (item.Type == "Movie" || item.Type == "Trailer")
- links.push('TMDB');
+ links.push('TheMovieDB');
else if (item.Type == "BoxSet")
- links.push('TMDB');
+ links.push('TheMovieDB');
else if (item.Type == "Person")
- links.push('TMDB');
+ links.push('TheMovieDB');
}
if (providerIds.Tvdb)
- links.push('TVDB');
+ links.push('TheTVDB');
if (providerIds.Tvcom) {
if (item.Type == "Episode")
links.push('TV.com');
@@ -1533,7 +1533,7 @@
}
if (imageTags.BoxRear) {
- html += LibraryBrowser.createGalleryImage(item, "Box", imageTags.BoxRear);
+ html += LibraryBrowser.createGalleryImage(item, "BoxRear", imageTags.BoxRear);
}
if (item.BackdropImageTags) {