Adds support for poster on Radarr v5's api

This commit is contained in:
Tagaishi
2023-10-13 21:55:39 +02:00
parent f3f4f23718
commit 62cb758db5
3 changed files with 13 additions and 1 deletions

View File

@@ -30,6 +30,10 @@ const definition = defineWidget({
type: 'switch',
defaultValue: false,
},
useRadarrv5: {
type: 'switch',
defaultValue: false,
},
radarrReleaseType: {
type: 'select',
defaultValue: 'inCinemas',