diff options
| author | Terror-Gene <mcinnes.scott@gmail.com> | 2019-04-11 04:00:46 +0930 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-04-11 04:00:46 +0930 |
| commit | a9f790e101804a2ce0a85217c5c5874e0a7cdb91 (patch) | |
| tree | 8e05f929bd8351001b15544c5defb5728add18c2 | |
| parent | f888c4b641218557265148c318074a227a79df9e (diff) | |
Fix directory capitalization
| -rw-r--r-- | deployment/unraid/docker-templates/jellyfin.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deployment/unraid/docker-templates/jellyfin.xml b/deployment/unraid/docker-templates/jellyfin.xml index eec9967bb..57b4cc5ae 100644 --- a/deployment/unraid/docker-templates/jellyfin.xml +++ b/deployment/unraid/docker-templates/jellyfin.xml @@ -36,7 +36,7 @@ </Networking> <Data> <Volume> - <HostDir>/mnt/user/appdata/jellyfin</HostDir> + <HostDir>/mnt/user/appdata/Jellyfin</HostDir> <ContainerDir>/config</ContainerDir> <Mode>rw</Mode> </Volume> @@ -46,7 +46,7 @@ <Mode>rw</Mode> </Volume> <Volume> - <HostDir>/mnt/user/appdata/jellyfin/cache/</HostDir> + <HostDir>/mnt/user/appdata/Jellyfin/cache/</HostDir> <ContainerDir>/cache</ContainerDir> <Mode>rw</Mode> </Volume> |
