Add sonarr-v4 compatibility (#689)

This commit is contained in:
Thomas Camlong
2023-02-06 01:09:11 +09:00
committed by GitHub
parent cc9317b31c
commit 5296ce88d2
4 changed files with 25 additions and 10 deletions

View File

@@ -16,6 +16,10 @@ const definition = defineWidget({
id: 'calendar',
icon: IconCalendarTime,
options: {
useSonarrv4: {
type: 'switch',
defaultValue: false,
},
sundayStart: {
type: 'switch',
defaultValue: false,