Test deletions

This commit is contained in:
2025-05-03 16:46:14 +02:00
parent 46d98e038d
commit 4df171386b
2 changed files with 76 additions and 3 deletions

View File

@@ -192,7 +192,7 @@ export const insertEntries = async (
if (!onlyExtras)
await updateAvailableCount(tx, [show.pk], show.kind === "serie");
await updateAvailableSince(tx,[...new Set(vids.map((x) => x.entryPk))]);
await updateAvailableSince(tx, [...new Set(vids.map((x) => x.entryPk))]);
return ret;
});