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

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;