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
|
isSelectLanguageModalOpen
|
||||||
} = this.state;
|
} = this.state;
|
||||||
|
|
||||||
const movieTitle = movie ? movie.title : '';
|
const movieTitle = movie ? movie.title + ( movie.year > 0 ? ` (${movie.year})` : '') : '';
|
||||||
|
|
||||||
const showMoviePlaceholder = isSelected && !movie;
|
const showMoviePlaceholder = isSelected && !movie;
|
||||||
const showQualityPlaceholder = isSelected && !quality;
|
const showQualityPlaceholder = isSelected && !quality;
|
||||||
|
Reference in New Issue
Block a user