Skip to content

Commit

Permalink
Fix to enable GR (#16)
Browse files Browse the repository at this point in the history
Signed-off-by: Kotaro Inoue <k.musaino@gmail.com>
  • Loading branch information
musaprg authored Jan 27, 2023
1 parent 24eee2d commit 428bdf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/syncer/syncer.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 428bdf4

Please sign in to comment.