Skip to content

Commit

Permalink
Merge branch 'dn2_stage1' into unstable
Browse files Browse the repository at this point in the history
  • Loading branch information
davidnewhall committed Jul 19, 2024
2 parents 64596a0 + 5ac43a5 commit 3831858
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkg/triggers/crontimer/custom.go
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +162,8 @@ func (c *cmd) PollUpCheck(ctx context.Context, input *common.ActionInput) {
Route: website.ClientRoute,
Event: website.EventCheck,
Payload: c.CIC.Info(ctx, true), // true avoids polling tautulli.
LogPayload: true,
LogPayload: false,
ErrorsOnly: true,
LogMsg: string(TrigUpCheck),
})
if err != nil {
c.Errorf("[%s requested] Polling Notifiarr: %v", input.Type, err)
Expand Down

0 comments on commit 3831858

Please sign in to comment.