-
-
Notifications
You must be signed in to change notification settings - Fork 282
fix(starr): remove sphd #2426
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
fix(starr): remove sphd #2426
Conversation
Reviewer's GuideRemoved the SPHD pattern from the scene custom format for both Radarr and Sonarr by deleting its JSON entry, ensuring only the intended lowercase 'sPHD' is not erroneously matched. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Deploying with ⚡ Cloudflare Pages
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thx
I already got a report for it, i completely forgot the valid RlsGrp
Pull Request
Purpose
I incorrectly assumed the regex was case sensitive, and now it's marking
SPHD
as scene when it should only besPHD
.Since
sPHD
is not really popular, it makes sense to remove it.Approach
Open Questions and Pre-Merge TODOs
Requirements
Summary by Sourcery
Bug Fixes: