From e8981d96b2b3103b1d03c43886df981e022b5483 Mon Sep 17 00:00:00 2001 From: Clarth Date: Thu, 15 Feb 2024 09:43:27 -0500 Subject: [PATCH] Update Jellyfin_Fix_and_Scan.sh Added comment suggesting replacing the db with a backup. --- Jellyfin_Fix_and_Scan.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/Jellyfin_Fix_and_Scan.sh b/Jellyfin_Fix_and_Scan.sh index 9cceb18..7146347 100644 --- a/Jellyfin_Fix_and_Scan.sh +++ b/Jellyfin_Fix_and_Scan.sh @@ -15,6 +15,7 @@ error_found_2=$(journalctl -u jellyfin --since "1 hour ago" | grep "$error_messa if [ -n "$error_found_1" ] || [ -n "$error_found_2" ]; then echo "Error found in journal, deleting database file..." rm -f /var/lib/jellyfin/data/library.db + # Optionally, replace with a backup and set correct permissions here. echo "Database file deleted." # Trigger library scan