From 05b81c4ca90d49affc45f8998a4820c06a182a41 Mon Sep 17 00:00:00 2001 From: Peter Smit Date: Mon, 30 Dec 2024 11:49:33 +0100 Subject: [PATCH] Fix Jellyfin --- jellyfin/.env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jellyfin/.env.example b/jellyfin/.env.example index 54a809b..d0413ea 100644 --- a/jellyfin/.env.example +++ b/jellyfin/.env.example @@ -1,3 +1,3 @@ JELLYFIN_USER_UID= JELLYFIN_USER_GID= -MEDIA_DIR= \ No newline at end of file +MEDIA_LOCATION= \ No newline at end of file