diff --git a/dashboard-ui/components/tvproviders/xmltv.js b/dashboard-ui/components/tvproviders/xmltv.js
index 91b24fbae..ec833260d 100644
--- a/dashboard-ui/components/tvproviders/xmltv.js
+++ b/dashboard-ui/components/tvproviders/xmltv.js
@@ -74,7 +74,7 @@
info.Path = page.querySelector('.txtPath').value;
- info.MoviePrefix = page.querySelector('.txtMoviePrefix') || null;
+ info.MoviePrefix = page.querySelector('.txtMoviePrefix').value || null;
info.MovieCategories = getCategories(page.querySelector('.txtMovies'));
info.KidsCategories = getCategories(page.querySelector('.txtKids'));
diff --git a/dashboard-ui/scripts/moviegenres.js b/dashboard-ui/scripts/moviegenres.js
index cde733049..c7a80a809 100644
--- a/dashboard-ui/scripts/moviegenres.js
+++ b/dashboard-ui/scripts/moviegenres.js
@@ -188,7 +188,7 @@
html += '
';
- html += '