Add entries count in series

This commit is contained in:
Zoe Roux
2025-03-06 17:32:00 +01:00
parent d9e3b3a94b
commit dcf26b94cd
4 changed files with 7 additions and 1 deletions
+1
View File
@@ -60,6 +60,7 @@ export const seedMovie = async (
startAir: bMovie.airDate,
nextRefresh,
collectionPk: col?.pk,
entriesCount: 1,
...bMovie,
},
translations,
+1
View File
@@ -94,6 +94,7 @@ export const seedSerie = async (
kind: "serie",
nextRefresh,
collectionPk: col?.pk,
entriesCount: entries.length,
...serie,
},
translations,