feat: radarr release type to calendar widget (#1256)

* feat: add release type

* fix: type check

* fix: deepSource

* fix: new approach

* fix: deepSource

* fix: typecheck

* fix: reviewed changes
This commit is contained in:
Yossi Hillali
2024-10-14 11:38:13 +03:00
committed by GitHub
parent 1bc470a39f
commit 98b62a9f91
7 changed files with 78 additions and 15 deletions

View File

@@ -1031,6 +1031,14 @@ export default {
name: "Calendar",
description: "Display events from your integrations in a calendar view within a certain relative time period",
option: {
releaseType: {
label: "Radarr release type",
options: {
inCinemas: "In cinemas",
digitalRelease: "Digital release",
physicalRelease: "Physical release",
},
},
filterPastMonths: {
label: "Start from",
},