mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-05-22 07:02:27 -04:00
Fix history
This commit is contained in:
@@ -29,7 +29,6 @@ const CreatedVideo = t.Object({
|
||||
});
|
||||
|
||||
async function createVideos(body: SeedVideo[], clearLinks: boolean) {
|
||||
console.log(body.map((x) => x.guess.history));
|
||||
if (body.length === 0) {
|
||||
return { status: 422, message: "No videos" } as const;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user