missed a couple spots

This commit is contained in:
Cyberpro123 2025-12-21 15:11:11 -08:00
parent 7eab15cab9
commit 70af3d5b73
No known key found for this signature in database
3 changed files with 3 additions and 3 deletions

View file

@ -271,7 +271,7 @@ def addWork(
commands.extend(
(
(
"INSERT INTO series_meta(ID) VALUES (?) ON CONFLICT DO NOTHING",
"INSERT INTO series_meta(id) VALUES (?) ON CONFLICT DO NOTHING",
(series[0],),
),
(