mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-26 20:31:03 +00:00
fix: updating translation for removed
This commit is contained in:
@@ -5,8 +5,6 @@ export const downloadSourceSchema = z.object({
|
||||
downloads: z.array(
|
||||
z.object({
|
||||
title: z.string().max(255),
|
||||
objectId: z.string().max(255).nullable(),
|
||||
shop: z.enum(["steam"]).nullable(),
|
||||
downloaders: z.array(z.enum(["real_debrid", "torrent"])),
|
||||
uris: z.array(z.string()),
|
||||
uploadDate: z.string().max(255),
|
||||
|
||||
Reference in New Issue
Block a user