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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user