feat: adding deep linking to import sources

This commit is contained in:
Chubby Granny Chaser
2024-06-22 20:15:07 +01:00
parent fbcacd7c39
commit 6d3b04fc3c
11 changed files with 194 additions and 110 deletions

View File

@@ -5,7 +5,6 @@ export const downloadSourceSchema = z.object({
downloads: z.array(
z.object({
title: z.string().max(255),
downloaders: z.array(z.enum(["real_debrid", "torrent"])),
uris: z.array(z.string()),
uploadDate: z.string().max(255),
fileSize: z.string().max(255),