1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-23 22:25:56 -04:00

New: Manually import multiple items at the same time from Activity: Queue

This commit is contained in:
Mark McDowall
2025-12-22 11:13:23 -08:00
parent ec44e1c513
commit ce8a5d8a6b
9 changed files with 85 additions and 22 deletions
@@ -13,7 +13,7 @@ import ReleaseType from './ReleaseType';
const DEFAULT_ITEMS: InteractiveImport[] = [];
interface InteractiveImportParams {
downloadId?: string;
downloadIds?: string[];
seriesId?: number;
seasonNumber?: number;
folder?: string;