mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-04 10:02:40 +01:00
New: Show year with manual import Movie selection
This commit is contained in:
parent
ed289ddbdd
commit
ca27a80b15
@ -150,7 +150,7 @@ class InteractiveImportRow extends Component {
|
||||
isSelectLanguageModalOpen
|
||||
} = this.state;
|
||||
|
||||
const movieTitle = movie ? movie.title : '';
|
||||
const movieTitle = movie ? movie.title + ( movie.year > 0 ? ` (${movie.year})` : '') : '';
|
||||
|
||||
const showMoviePlaceholder = isSelected && !movie;
|
||||
const showQualityPlaceholder = isSelected && !quality;
|
||||
|
Loading…
Reference in New Issue
Block a user