diff --git a/dashboard-ui/scripts/search.js b/dashboard-ui/scripts/search.js
index f3a733a72e..f21a866ea3 100644
--- a/dashboard-ui/scripts/search.js
+++ b/dashboard-ui/scripts/search.js
@@ -170,6 +170,11 @@
html += '
' + hint.AlbumArtist + '
';
+ }
+ else if (hint.Type == "MusicArtist") {
+
+ html += 'Artist
';
+
}
else if (hint.Type == "Movie") {
diff --git a/packages.config b/packages.config
index f13a431e3a..9cbd2cd590 100644
--- a/packages.config
+++ b/packages.config
@@ -1,6 +1,4 @@
-
-
\ No newline at end of file