-
|
Hi, Is there a way to fix it? I guess I can roll back to whatever was the version installed, but if there's something simpler, I take it! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Has nothing to do with DietPi but some (IMO) faulty change in latest Jellfin: jellyfin/jellyfin#15036 Fixed with: ce6a02f To fix in your case: G_CONFIG_INJECT 'JELLYFIN_LOG_DIR=' 'JELLYFIN_LOG_DIR=/mnt/dietpi_userdata/jellyfin/log' /etc/default/jellyfin
G_CONFIG_INJECT 'TMPDIR=' 'TMPDIR="$JELLYFIN_CACHE_DIR/temp"' /etc/default/jellyfinFor reference the forum topic: https://dietpi.com/forum/t/jellyfin-just-stopped-working/24530/9?u=michaing |
Beta Was this translation helpful? Give feedback.
Has nothing to do with DietPi but some (IMO) faulty change in latest Jellfin: jellyfin/jellyfin#15036
Fixed with: ce6a02f
To fix in your case:
For reference the forum topic: https://dietpi.com/forum/t/jellyfin-just-stopped-working/24530/9?u=michaing