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

Fixed: Maintain release type for items in Manual Import

This commit is contained in:
Bogdan
2024-03-08 03:30:20 +02:00
committed by GitHub
parent c7dd7abf89
commit 18aadb544e
6 changed files with 16 additions and 5 deletions
@@ -163,6 +163,7 @@ export const actionHandlers = handleThunks({
languages: item.languages,
releaseGroup: item.releaseGroup,
indexerFlags: item.indexerFlags,
releaseType: item.releaseType,
downloadId: item.downloadId
};
});