update jellyfin api implementation
This commit is contained in:
parent
81491482e4
commit
873677ea04
6 changed files with 59362 additions and 7 deletions
8
docker-compose.yml
Normal file
8
docker-compose.yml
Normal 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'
|
Loading…
Add table
Add a link
Reference in a new issue