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

New: Show relative file name when selecting movie in Manual Import

This commit is contained in:
Qstick
2019-12-06 23:17:24 -05:00
parent 0cff6c1fdf
commit b14157797e
3 changed files with 46 additions and 5 deletions
@@ -253,6 +253,7 @@ class InteractiveImportRow extends Component {
<SelectMovieModal
isOpen={isSelectMovieModalOpen}
ids={[id]}
relativePath={relativePath}
onModalClose={this.onSelectMovieModalClose}
/>