diff options
| author | davy wybiral <davy.wybiral@gmail.com> | 2019-07-03 13:25:42 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-07-03 13:25:42 -0500 |
| commit | deb6808c75b54ac23f3332ac32525b475dd267f3 (patch) | |
| tree | 7445f31f9079b3a794f6aaeed7d41db97f506938 /config.json | |
| parent | 4fc389edcbdb8275071050b316ff15ae3bdf8fda (diff) | |
Multipath (#10)
* added multiple paths
* prevent path duplicates
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 |
