From ceb82fc6961a725d7a77f5e8de1ffd4aefbde7e8 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Fri, 18 Jan 2019 22:23:08 +0100 Subject: [PATCH] eit: config - fix the json syntax error, fixes #5503 --- data/conf/epggrab/eit/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/conf/epggrab/eit/config b/data/conf/epggrab/eit/config index ce3f3044a..731a98696 100644 --- a/data/conf/epggrab/eit/config +++ b/data/conf/epggrab/eit/config @@ -111,8 +111,8 @@ }, "nit": { "": { - onid: 61472, - nbid: 41015 + "onid": 61472, + "nbid": 41015 } }, "pid": 700, -- 2.47.2