Implements Sonarr callbacks

This commit is contained in:
2023-09-21 15:10:49 +02:00
parent 19a4e7514d
commit 4d419b77c0
7 changed files with 125 additions and 5 deletions

6
package-lock.json generated
View File

@@ -10,6 +10,7 @@
"dependencies": {
"@fortawesome/fontawesome-free": "^6.4.2",
"dotenv": "^16.3.1",
"humanize-duration-ts": "^2.1.1",
"ip-range-check": "^0.2.0",
"js-yaml": "^4.1.0"
},
@@ -2521,6 +2522,11 @@
"node": ">=8"
}
},
"node_modules/humanize-duration-ts": {
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/humanize-duration-ts/-/humanize-duration-ts-2.1.1.tgz",
"integrity": "sha512-TibNF2/fkypjAfHdGpWL/dmWUS0G6Qi+3mKyiB6LDCowbMy+PtzbgPTnFMNTOVAJXDau01jYrJ3tFoz5AJSqhA=="
},
"node_modules/ignore": {
"version": "5.2.4",
"resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.4.tgz",