feat: debrid token input component

This commit is contained in:
Zamitto 2025-01-12 11:01:18 -03:00
parent b1dde446b2
commit 8761302384
7 changed files with 252 additions and 14 deletions

View file

@ -19,6 +19,8 @@ export type HydraCloudFeature =
| "backup"
| "achievements-points";
export type DebridServices = "RealDebrid" | "TorBox";
export interface GameRepack {
id: number;
title: string;