feat: media module

This commit is contained in:
Aleksi Lassila
2025-12-12 12:09:49 +02:00
parent 99d57aad3e
commit 5546dc5203
26 changed files with 12517 additions and 11566 deletions

View File

@@ -31,15 +31,16 @@
"typeorm:revert-migration": "ts-node ./node_modules/typeorm/cli -d ./dist/data-source.js migration:revert"
},
"dependencies": {
"@aleksilassila/torrent-stream.plugin": "*",
"@aleksilassila/jellyfin.plugin": "*",
"@aleksilassila/reiverr-shared": "*",
"@aleksilassila/torrent-stream.plugin": "*",
"@nanogiants/nestjs-swagger-api-exception-decorator": "^1.6.11",
"@nestjs/cache-manager": "^2.3.0",
"@nestjs/common": "^10.0.0",
"@nestjs/core": "^10.0.0",
"@nestjs/jwt": "^10.2.0",
"@nestjs/platform-express": "^10.0.0",
"@nestjs/microservices": "^10.4.20",
"@nestjs/platform-express": "^10.4.20",
"@nestjs/serve-static": "^4.0.1",
"@nestjs/swagger": "^7.3.0",
"@types/express-http-proxy": "^1.6.6",