diff --git a/dashboard-ui/components/playlisteditor/playlisteditor.js b/dashboard-ui/components/playlisteditor/playlisteditor.js
index ee8ee270b..74a901e37 100644
--- a/dashboard-ui/components/playlisteditor/playlisteditor.js
+++ b/dashboard-ui/components/playlisteditor/playlisteditor.js
@@ -117,7 +117,7 @@
return '';
});
- select.html(html).val('').trigger('change');
+ select.html(html).val(lastPlaylistId || '').trigger('change');
Dashboard.hideLoadingMsg();
});
diff --git a/dashboard-ui/reports.html b/dashboard-ui/reports.html
index 81751fef2..23324352e 100644
--- a/dashboard-ui/reports.html
+++ b/dashboard-ui/reports.html
@@ -43,10 +43,10 @@
+