fix(jellyfin): get jellyfin integration working with the last develop version

re #288
This commit is contained in:
Juan D. Jara
2021-09-27 02:56:02 +02:00
parent 54868fd486
commit f97ee11430
4 changed files with 115 additions and 132 deletions

View File

@@ -66,6 +66,7 @@
"swagger-ui-express": "^4.1.6",
"swr": "^0.5.6",
"typeorm": "0.2.37",
"uuid": "^8.3.2",
"web-push": "^3.4.5",
"winston": "^3.3.3",
"winston-daily-rotate-file": "^4.5.5",
@@ -104,6 +105,7 @@
"@types/react-transition-group": "^4.4.3",
"@types/secure-random-password": "^0.2.1",
"@types/swagger-ui-express": "^4.1.3",
"@types/uuid": "^8.3.1",
"@types/web-push": "^3.3.2",
"@types/xml2js": "^0.4.9",
"@types/yamljs": "^0.2.31",