summarylogtreecommitdiffstats
path: root/jellyfin.conf
diff options
context:
space:
mode:
Diffstat (limited to 'jellyfin.conf')
-rw-r--r--jellyfin.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/jellyfin.conf b/jellyfin.conf
index 2b6973c4f088..c659bac470cb 100644
--- a/jellyfin.conf
+++ b/jellyfin.conf
@@ -1,4 +1,6 @@
# Data directory
-JELLYFIN_DATA="/var/lib/jellyfin"
+JELLYFIN_DATA_DIRECTORY="/var/lib/jellyfin"
+# Cache directory
+JELLYFIN_CACHE_DIRECTORY="/var/cache/jellyfin"
# Additional options for the binary
JELLYFIN_ADD_OPTS=""