Merge pull request 'corrected database credentials naming' (#74) from dev into main

Reviewed-on: #74
This commit was merged in pull request #74.
This commit is contained in:
2026-05-16 16:05:26 +00:00
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"
}
}