chore: adding download sorting

This commit is contained in:
Chubby Granny Chaser 2025-02-01 23:52:12 +00:00
parent 7fed104afd
commit 7e54a6d0a9
No known key found for this signature in database
15 changed files with 141 additions and 66 deletions

View file

@ -49,3 +49,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",
}