Merge branch 'main' into feature/torbox-integration

This commit is contained in:
Zamitto 2025-02-01 21:04:40 -03:00
commit 9fe1d43145
17 changed files with 187 additions and 98 deletions

View file

@ -50,3 +50,10 @@ export enum AuthPage {
UpdateEmail = "/update-email",
UpdatePassword = "/update-password",
}
export enum DownloadError {
NotCachedInRealDebrid = "download_error_not_cached_in_real_debrid",
NotCachedInTorbox = "download_error_not_cached_in_torbox",
GofileQuotaExceeded = "download_error_gofile_quota_exceeded",
RealDebridAccountNotAuthorized = "download_error_real_debrid_account_not_authorized",
}