mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-20 21:54:58 -04:00
New: Show relative file name when selecting episode in Manual Import
Closes #3197
This commit is contained in:
@@ -340,6 +340,7 @@ class InteractiveImportRow extends Component {
|
||||
id={id}
|
||||
seriesId={series && series.id}
|
||||
seasonNumber={seasonNumber}
|
||||
relativePath={relativePath}
|
||||
onModalClose={this.onSelectEpisodeModalClose}
|
||||
/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user