fix: importing plugins fails sometimes

This commit is contained in:
Aleksi Lassila
2025-02-06 02:14:47 +02:00
parent 09f8352b02
commit 391b82c639
3 changed files with 6 additions and 12 deletions

View File

@@ -2,7 +2,7 @@
"name": "jellyfin",
"version": "1.0.0",
"description": "",
"main": "src/index.ts",
"main": "src/index",
"scripts": {
"openapi:generate": "ts-node src/generate-openapi.ts",
"test": "echo \"Error: no test specified\" && exit 1"
@@ -15,4 +15,4 @@
"express-http-proxy": "^2.1.1",
"swagger-typescript-api": "^13.0.23"
}
}
}