From: James Bunton Date: Tue, 9 Jun 2020 13:48:03 +0000 (+1000) Subject: check-guide-data: ignore more channels X-Git-Url: https://code.delx.au/mediapc-tools/commitdiff_plain/1456f831f6f3f7958962f82556f7963658344d61 check-guide-data: ignore more channels --- diff --git a/check-guide-data b/check-guide-data index 5db1b1c..2dd2c37 100755 --- a/check-guide-data +++ b/check-guide-data @@ -9,7 +9,7 @@ from left join program p on c.chanid = p.chanid where - c.name not in ('TVSN', 'SpreeTV', '9Life', 'eXtra') + c.name not in ('TVSN', 'SpreeTV', '9Life', 'eXtra', '7food', 'NITV') group by c.channum having