feat: moving visibility update to settings

This commit is contained in:
Chubby Granny Chaser 2024-09-13 23:56:27 +01:00
parent 383578bca2
commit 2b2b5afd79
No known key found for this signature in database
51 changed files with 1096 additions and 10511 deletions

View file

@ -1,20 +1,6 @@
export enum Downloader {
RealDebrid,
Torrent,
Gofile,
PixelDrain,
Qiwi,
}
import { Downloader } from "./constants";
export enum DownloadSourceStatus {
UpToDate,
Errored,
}
export enum CatalogueCategory {
Hot = "hot",
Weekly = "weekly",
}
export * from "./constants";
export class UserNotLoggedInError extends Error {
constructor() {