mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-20 01:33:56 +00:00
feat: add torbox migration
This commit is contained in:
@@ -20,6 +20,9 @@ export class UserPreferences {
|
||||
@Column("text", { nullable: true })
|
||||
realDebridApiToken: string | null;
|
||||
|
||||
@Column("text", { nullable: true })
|
||||
torBoxApiToken: string | null;
|
||||
|
||||
@Column("boolean", { default: false })
|
||||
downloadNotificationsEnabled: boolean;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user