1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-08-17 15:59:36 +02:00

Fix swagger inCinema references

This commit is contained in:
Robin Dadswell 2022-02-21 21:12:38 +00:00
parent 69207ba77b
commit 07bb5e416b

View File

@ -3813,7 +3813,7 @@
"type": "string", "type": "string",
"enum": [ "enum": [
"announced", "announced",
"inCinema", "inCinemas",
"released" "released"
] ]
}, },
@ -3869,7 +3869,7 @@
"deleted", "deleted",
"tba", "tba",
"announced", "announced",
"inCinema", "inCinemas",
"released" "released"
] ]
} }