From 7e97b3795a9567f69c654c9ea4daadb959732b54 Mon Sep 17 00:00:00 2001 From: Adam Sutton Date: Sun, 1 Jul 2012 21:07:52 +0100 Subject: [PATCH] Re-instate per service configuration, this was never meant to be committed. --- src/epggrab/module/eit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/epggrab/module/eit.c b/src/epggrab/module/eit.c index c52ada15..8ec0f3e9 100644 --- a/src/epggrab/module/eit.c +++ b/src/epggrab/module/eit.c @@ -210,7 +210,7 @@ static int _eit_callback /* Ignore (disabled) */ // TODO: should this be altered? -// if (!svc->s_dvb_eit_enable) return 0; + if (!svc->s_dvb_eit_enable) return 0; /* Register as interesting */ // TODO: do we want to register for now/next?