mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-06-06 14:25:15 -04:00
Fix & test movie, episodes & slug linking
This commit is contained in:
@@ -3,7 +3,6 @@ import type { Video } from "~/models/video";
|
||||
|
||||
export const madeInAbyssVideo: Video = {
|
||||
id: "3cd436ee-01ff-4f45-ba98-654282531234",
|
||||
slug: "made-in-abyss-s1e13",
|
||||
path: "/video/Made in abyss S01E13.mkv",
|
||||
rendering: "459429fa062adeebedcc2bb04b9965de0262bfa453369783132d261be79021bd",
|
||||
part: null,
|
||||
|
||||
@@ -78,7 +78,7 @@ export const SeedVideo = t.Object({
|
||||
}),
|
||||
}),
|
||||
t.Object({
|
||||
externalId: t.Optional(t.Union([EpisodeId, ExternalId()])),
|
||||
externalId: t.Union([EpisodeId, ExternalId()]),
|
||||
}),
|
||||
t.Object({
|
||||
movie: t.Union([
|
||||
|
||||
Reference in New Issue
Block a user