Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
xmltv: add --quiet argument to the internal search
  • Loading branch information
perexg committed Nov 22, 2014
1 parent ea23369 commit 1a622c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/epggrab/module/xmltv.c
Expand Up @@ -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);
Expand Down

0 comments on commit 1a622c1

Please sign in to comment.