corrected database credentials naming

This commit is contained in:
gyurix
2026-05-16 18:04:19 +02:00
parent 4ecde2fb68
commit 958e39ddb0
7 changed files with 31 additions and 30 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
{
"jellyfin": {
"USER": "#JELLYFIN_USER",
"PASS": "#JELLYFIN_PASS"
"USER": "#USER",
"PASS": "#PASS"
}
}