diff --git a/repo/plugin.video.nzbdav/resources/lib/results_dialog.py b/repo/plugin.video.nzbdav/resources/lib/results_dialog.py
index c97a09c4..95b4b726 100644
--- a/repo/plugin.video.nzbdav/resources/lib/results_dialog.py
+++ b/repo/plugin.video.nzbdav/resources/lib/results_dialog.py
@@ -179,8 +179,10 @@ def _populate(self):
self.setProperty("sort_info", _string(30111))
if self.show_all:
self.setProperty("filter_info", _fmt(30367, len(active)))
+ self.setProperty("empty_message", _fmt(30087, title_display))
else:
self.setProperty("filter_info", _fmt(30112, len(active), self.total_count))
+ self.setProperty("empty_message", _fmt(30089, title_display))
self.setProperty("footer_hints", self._footer_hints())
list_control = self.getControl(LIST_ID)
diff --git a/repo/plugin.video.nzbdav/resources/skins/Default/1080i/results-dialog.xml b/repo/plugin.video.nzbdav/resources/skins/Default/1080i/results-dialog.xml
index 312aaa93..ac56b5cf 100644
--- a/repo/plugin.video.nzbdav/resources/skins/Default/1080i/results-dialog.xml
+++ b/repo/plugin.video.nzbdav/resources/skins/Default/1080i/results-dialog.xml
@@ -263,6 +263,17 @@
+
+
+ 04001920100
+
+ font14
+ FF9CA3AF
+ center
+ center
+ Integer.IsEqual(Container(50).NumItems,0)
+
+
19106010975