update jellyfin api implementation

This commit is contained in:
Chris Kruining 2025-05-14 13:54:06 +02:00
parent 81491482e4
commit 873677ea04
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2
6 changed files with 59362 additions and 7 deletions

8
docker-compose.yml Normal file
View file

@ -0,0 +1,8 @@
services:
jellyfin:
image: stoplight/prism
ports:
- '9003:4010'
volumes:
- './src/features/content/apis:/var/apis'
command: 'mock -h 0.0.0.0 /var/apis/jellyfin.json'