Skip to content

Commit 7f3ab27

Browse files
committed
fix db file name
1 parent 79dff9f commit 7f3ab27

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/jellyfin/apiKeysService.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ in {
2323
};
2424

2525
script = let
26-
dbPath = "${cfg.dataDir}/data/library.db";
26+
dbPath = "${cfg.dataDir}/data/jellyfin.db";
2727
in ''
2828
set -eu
2929

0 commit comments

Comments
 (0)