mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-05-22 07:02:27 -04:00
Add entries count in series
This commit is contained in:
@@ -60,6 +60,7 @@ export const seedMovie = async (
|
||||
startAir: bMovie.airDate,
|
||||
nextRefresh,
|
||||
collectionPk: col?.pk,
|
||||
entriesCount: 1,
|
||||
...bMovie,
|
||||
},
|
||||
translations,
|
||||
|
||||
@@ -94,6 +94,7 @@ export const seedSerie = async (
|
||||
kind: "serie",
|
||||
nextRefresh,
|
||||
collectionPk: col?.pk,
|
||||
entriesCount: entries.length,
|
||||
...serie,
|
||||
},
|
||||
translations,
|
||||
|
||||
Reference in New Issue
Block a user