sqlite fix

This commit is contained in:
soraefir
2026-05-31 12:05:34 +02:00
parent 41d77a5876
commit f8c696dc57

View File

@@ -169,7 +169,7 @@ in {
fi
''}
${pkgs.sqlite3}/bin/sqlite3 ${serverCfg.configPath}/jellyfin/data/data/jellyfin.db <<EOF
${pkgs.sqlite}/bin/sqlite3 ${serverCfg.configPath}/jellyfin/data/data/jellyfin.db <<EOF
INSERT OR IGNORE INTO ApiKeys (Id, Token, AppName, DeviceName, DateCreated, DateLastActivity)
VALUES (
lower(hex(randomblob(16))),