mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 13:23:20 -07:00
Fixed the issue where we were using the wrong availability options
This commit is contained in:
parent
42f48caf3b
commit
6d276a3c3d
1 changed files with 2 additions and 2 deletions
|
@ -58,8 +58,8 @@ export class RadarrComponent implements OnInit {
|
|||
|
||||
this.minimumAvailabilityOptions = [
|
||||
{ name: "Announced", value:"Announced" },
|
||||
{ name: "InCinemas", value:"In Cinemas" },
|
||||
{ name: "Released", value:"Physical/Web" },
|
||||
{ name: "In Cinemas", value:"InCinemas" },
|
||||
{ name: "Physical / Web", value:"Released" },
|
||||
{ name: "PreDb", value:"PreDb" },
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue