mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-22 22:34:53 -04:00
Fixed: Show Year in Manual Import List
This commit is contained in:
@@ -71,6 +71,7 @@ class SelectMovieModalContent extends Component {
|
||||
key={item.id}
|
||||
id={item.id}
|
||||
title={item.title}
|
||||
year={item.year}
|
||||
onMovieSelect={onMovieSelect}
|
||||
/>
|
||||
) :
|
||||
|
||||
Reference in New Issue
Block a user