Skip to content

Commit

Permalink
Disable AvoidDuplicate option (#41)
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 Apr 20, 2023
1 parent e4e620a commit 1dc2354
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 @@ -104,7 +104,7 @@ func (s *syncer) registerRulesToEpgStation(ctx context.Context, titles []string)
SaveOption: &epgstation.ReserveSaveOption{},
EncodeOption: &epgstation.ReserveEncodedOption{},
ReserveOption: epgstation.RuleReserveOption{
AvoidDuplicate: true,
AvoidDuplicate: false,
Enable: true,
AllowEndLack: false,
},
Expand Down

0 comments on commit 1dc2354

Please sign in to comment.