diff options
Diffstat (limited to 'config.json')
| -rw-r--r-- | config.json | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/config.json b/config.json index c0dff2b..4973bf0 100644 --- a/config.json +++ b/config.json @@ -1,5 +1,10 @@ { - "library": "videos", + "library": [ + { + "path": "videos", + "prefix": "" + } + ], "server": { "host": "127.0.0.1", "port": 0 |
