1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-21 22:05:38 -04:00

New: Set release group during Manual Import

Closes #3811
This commit is contained in:
Mark McDowall
2021-10-05 15:38:47 -07:00
parent cd30175308
commit 4bba820e5a
13 changed files with 264 additions and 7 deletions
@@ -175,6 +175,7 @@ export const actionHandlers = handleThunks({
episodeIds: (item.episodes || []).map((e) => e.id),
quality: item.quality,
language: item.language,
releaseGroup: item.releaseGroup,
downloadId: item.downloadId
};
});