diff --git a/src/routes/Search/Search.js b/src/routes/Search/Search.js
index f68eeacfe..d38df9347 100644
--- a/src/routes/Search/Search.js
+++ b/src/routes/Search/Search.js
@@ -11,18 +11,7 @@ const Search = ({ queryParams }) => {
{
- !queryParams.has('q') || queryParams.get('q').length === 0 ?
-
-
-
-
Search for movies, series, YouTube and TV channels
-
-
-
-
Search for actors, directors and writers
-
-
- :
+ search.selected && search.selected[0][1].length > 0 ?
search.items_groups && search.items_groups.length > 0 && search.items_groups.some(group => group.content.type !== 'Err') ?
search.items_groups.map(({ request, content }, index) => {
switch (content.type) {
@@ -60,6 +49,17 @@ const Search = ({ queryParams }) => {
No metadata was found
+ :
+
+
+
+
Search for movies, series, YouTube and TV channels
+
+
+
+
Search for actors, directors and writers
+
+
}