🐛 Fix mismatched torrent clients

This commit is contained in:
Manuel
2023-01-30 12:51:54 +01:00
parent 1ffd984eb3
commit 1977c7478e
2 changed files with 13 additions and 4 deletions

View File

@@ -3,6 +3,7 @@ import { UsenetQueueItem } from '../../../../widgets/useNet/types';
export type NormalizedDownloadQueueResponse = {
apps: NormalizedDownloadAppStat[];
failedApps: string[];
};
export type NormalizedDownloadAppStat = {