🐛 Add error catching for calender api route
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
"name": "Calendar",
|
||||
"description": "A calendar module for displaying upcoming releases. It interacts with the Sonarr and Radarr API.",
|
||||
"settings": {
|
||||
"title": "Settings for calendar integration",
|
||||
"sundayStart": {
|
||||
"label": "Start the week on Sunday"
|
||||
}
|
||||
|
||||
@@ -26,6 +26,5 @@
|
||||
}
|
||||
},
|
||||
"tip": "You can select the search bar with the shortcut ",
|
||||
"switchedSearchEngine": "Switched to searching with {{searchEngine}}",
|
||||
"configurationName": "Search engine configuration"
|
||||
"switchedSearchEngine": "Switched to searching with {{searchEngine}}"
|
||||
}
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"title": "Search engine",
|
||||
"configurationName": "Search engine configuration",
|
||||
"tips": {
|
||||
"generalTip": "Use the prefixes !yt and !t in front of your query to search on YouTube or for a Torrent respectively.",
|
||||
"placeholderTip": "%s can be used as a placeholder for the query."
|
||||
|
||||
Reference in New Issue
Block a user