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:
@@ -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",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user