-
-
Notifications
You must be signed in to change notification settings - Fork 263
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
feat: 'Request New Seasons' option added to request dialog #1167
base: develop
Are you sure you want to change the base?
feat: 'Request New Seasons' option added to request dialog #1167
Conversation
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.
This should go in the server/migration/sqlite
folder.
And you should generate the PostgreSQL migration too. I'll write some documentation on how to generate properly these migrations this week-end.
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.
There is no reason to have changes in this file.
searchAutomatically: 'Search Automatically', | ||
searchAutomaticallyDescription: | ||
'Automatically search for this movie in Radarr after the request is approved.', |
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.
This is useless for this PR.
Description
Feature to allow end users to specify if they want to monitor new releases in Sonarr or just monitor currently released seasons.
This is my first public PR, so my sincere apologies if I missed the mark on anything, I tried to follow the contributing guidelines as closely as I could. I'm not confident in my database migration, so if the reviewer reading this could exercise extra scrutiny when reviewing that portion, that would be sincerely appreciated.
Screenshot (if UI-related)
To-Dos
pnpm build
pnpm i18n:extract
Issues Fixed or Closed