Fixed the issue where we were using the wrong availability options

pull/1510/head
tidusjar 7 years ago
parent 42f48caf3b
commit 6d276a3c3d

@ -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…
Cancel
Save