1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-18 21:35:51 -04:00

Fixed: Remove Static/Dynamic Settings, Allow Folder Move from Editor

This commit is contained in:
Qstick
2020-01-11 22:13:28 -05:00
parent 1c8f94f1d8
commit e954b01921
23 changed files with 251 additions and 215 deletions
@@ -49,6 +49,13 @@ function MoveMovieModal(props) {
`Would you like to move the movie folders to '${destinationRootFolder}'?` :
`Would you like to move the movie files from '${originalPath}' to '${destinationPath}'?`
}
{
destinationRootFolder ?
<div>
This will also rename the movie folder per the movie folder format in settings.
</div> :
null
}
</ModalBody>
<ModalFooter>