存至私人影库增加下载方式
This commit is contained in:
@@ -11,7 +11,10 @@ export interface AnimeSubscription {
|
||||
createdBy: string;
|
||||
}
|
||||
|
||||
export type AnimeSubscriptionDownloadTool = 'aria2' | 'qBittorrent' | 'Transmission';
|
||||
|
||||
export interface AnimeSubscriptionConfig {
|
||||
Enabled: boolean;
|
||||
DownloadTool?: AnimeSubscriptionDownloadTool;
|
||||
Subscriptions: AnimeSubscription[];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user