mirror of
https://github.com/idanoo/autobrr
synced 2025-07-26 02:09:13 +00:00
feat(filters): smart episode (#563)
* feat(filters): initial smart episode * feat(smart-episode): pseudo-logic * feat(filters): check releases * feat(filters): update logic * feat(web): smart episode (#562) * add frontend part for smart episode feature * change description for smart episode help text * fix wording * feat(filters): smart-episode logic Co-authored-by: Kyle Sanderson <kyle.leet@gmail.com> Co-authored-by: xoaaC <35452459+xoaaC@users.noreply.github.com>
This commit is contained in:
parent
45e03c10b6
commit
38795be9ea
11 changed files with 132 additions and 17 deletions
1
web/src/types/Filter.d.ts
vendored
1
web/src/types/Filter.d.ts
vendored
|
@ -26,6 +26,7 @@ interface Filter {
|
|||
shows: string;
|
||||
seasons: string;
|
||||
episodes: string;
|
||||
smart_episode: boolean;
|
||||
resolutions: string[];
|
||||
codecs: string[];
|
||||
sources: string[];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue