xmltv: add --quiet argument to the internal search
This commit is contained in:
parent
ea23369c5d
commit
1a622c1b67
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue