From 428bdf4322f70ec58648d5d2d61de43dbcd1b63b Mon Sep 17 00:00:00 2001 From: Kotaro Inoue Date: Sat, 28 Jan 2023 01:38:59 +0900 Subject: [PATCH] Fix to enable GR (#16) Signed-off-by: Kotaro Inoue --- internal/syncer/syncer.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/syncer/syncer.go b/internal/syncer/syncer.go index 9482fa3..719f387 100644 --- a/internal/syncer/syncer.go +++ b/internal/syncer/syncer.go @@ -76,7 +76,7 @@ func (s *syncer) registerRulesToEpgStation(ctx context.Context, titles []string) } body := epgstation.PostRulesJSONRequestBody{ SearchOption: epgstation.RuleSearchOption{ - GR: epgstation.NewFalsePointer(), + GR: epgstation.NewTruePointer(), BS: epgstation.NewTruePointer(), Keyword: &title,