Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add additional On Manual Interaction Required notifications #6450

Merged

Conversation

stevietv
Copy link
Member

Description

Trigger notification on other manual interaction types.

Issues Fixed or Closed by this PR

@@ -96,6 +96,17 @@ public void Check(TrackedDownload trackedDownload)
if (series == null)
{
trackedDownload.Warn("Series title mismatch; automatic import is not possible. Check the download troubleshooting entry on the wiki for common causes.");

if (!trackedDownload.HasNotifiedManualInteractionRequired)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you think might be worth the trouble to check if release source is not interactive search? 🤔

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you mean in this case don't notify if it was an interactive search, with the expectation that user is already present and ready to import?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, exactly. This logic is already applied a few lines below this.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure I agree here. I this case it would stop all warnings when the title was a mismatch. I didn't change the logic here of the warning creation, only added the notifcation

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
@markus101 markus101 merged commit c5a724f into Sonarr:develop Feb 1, 2024
@stevietv stevietv deleted the AdditionalManualInteractionWarnings branch February 1, 2024 06:33
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 1, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"On Manual Interaction Required" notification not working
3 participants