New: Include Special option for Wanted Missing#7864
New: Include Special option for Wanted Missing#7864mynameisbogdan wants to merge 1 commit intoSonarr:v5-developfrom
Conversation
930c0d8 to
84a7e8d
Compare
|
Should just target this against v5, by the time it releases nothing should continue using the v3 API. |
|
I have no issue adding a v5 controller for Missing, but So marked as a draft till then? |
84a7e8d to
3cccab4
Compare
|
Rebased for the v5 API and react-query. 💪 |
markus101
left a comment
There was a problem hiding this comment.
I think this should be implemented via Custom Filters instead of an option, that'd fit more inline with what we're already doing for unmonitored episodes and be more flexible in the future.
3cccab4 to
e7d471e
Compare
|
Do you plan to do the same for the queue? Because I took inspiration from there, and it's the same as here. |
|
I hadn't considered that, but yeah, that makes sense. For the calendar I went straight to custom filter for excluding specials and didn't consider a separate option and forgot about this special case for the queue. |
e7d471e to
22628a0
Compare
|
I did a rebase + refactor to use custom filters, but I have a few mentions to make:
|
22628a0 to
f5d4bce
Compare
Description
New
Special Seasonscustom filter for wanted missing.Enabled by default in the UI and v3 API, but we should make it disabled by default in v5 API @ MissingController.
Screenshots for UI Changes