mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
New: Show year with manual import Movie selection
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user