sqlite fix
This commit is contained in:
@@ -169,7 +169,7 @@ in {
|
|||||||
fi
|
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)
|
INSERT OR IGNORE INTO ApiKeys (Id, Token, AppName, DeviceName, DateCreated, DateLastActivity)
|
||||||
VALUES (
|
VALUES (
|
||||||
lower(hex(randomblob(16))),
|
lower(hex(randomblob(16))),
|
||||||
|
|||||||
Reference in New Issue
Block a user