xmltv: add --quiet argument to the internal search

This commit is contained in:
Jaroslav Kysela 2014-11-22 18:42:20 +01:00
parent ea23369c5d
commit 1a622c1b67

View file

@ -710,10 +710,10 @@ static void _xmltv_load_grabbers ( void )
} else if ((tmp = getenv("PATH"))) {
tvhdebug("epggrab", "using internal grab search");
char bin[256];
char desc[] = "--description";
char *argv[] = {
NULL,
desc,
(char *)"--description",
(char *)"--quiet",
NULL
};
path = strdup(tmp);