mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-12-18 20:45:33 +00:00
Use trailer instead of trailerUrl on seed, allow seasonNumber = 0
This commit is contained in:
@@ -47,7 +47,7 @@ export const insertEntries = async (
|
||||
items: (SeedEntry | SeedExtra)[],
|
||||
onlyExtras = false,
|
||||
) => {
|
||||
if (!items) return [];
|
||||
if (!items.length) return [];
|
||||
|
||||
const retEntries = await db.transaction(async (tx) => {
|
||||
const vals: EntryI[] = await Promise.all(
|
||||
|
||||
Reference in New Issue
Block a user