Ensure all conditions work
This commit is contained in:
parent
e48af3aba1
commit
09c5bc02d9
206 changed files with 413 additions and 251 deletions
10
scripts/utils/mappings/quality_modifiers.py
Normal file
10
scripts/utils/mappings/quality_modifiers.py
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
QUALITY_MODIFIER_MAPPING = {
|
||||
"radarr": {
|
||||
0: "none",
|
||||
1: "regional",
|
||||
2: "screener",
|
||||
3: "rawhd",
|
||||
4: "brdisk",
|
||||
5: "remux",
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue