1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-19 21:46:50 -04:00

Fixed: Misc UI/Test Fixes

This commit is contained in:
Qstick
2019-07-12 23:15:13 -04:00
parent a20222fbef
commit 7698ae00dd
18 changed files with 113 additions and 87 deletions
+7 -1
View File
@@ -4,9 +4,15 @@ function getNewMovie(movie, payload) {
rootFolderPath,
monitor,
qualityProfileId,
tags
tags,
searchForMovie = false
} = payload;
const addOptions = {
searchForMovie
};
movie.addOptions = addOptions;
movie.monitored = monitor === 'true';
movie.qualityProfileId = qualityProfileId;
movie.rootFolderPath = rootFolderPath;