There was an error while loading. Please reload this page.
1 parent 79dff9f commit 7f3ab27Copy full SHA for 7f3ab27
1 file changed
modules/jellyfin/apiKeysService.nix
@@ -23,7 +23,7 @@ in {
23
};
24
25
script = let
26
- dbPath = "${cfg.dataDir}/data/library.db";
+ dbPath = "${cfg.dataDir}/data/jellyfin.db";
27
in ''
28
set -eu
29
0 commit comments