mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-16 21:35:04 -04:00
Fixed: Don't Show Year in Discovery Overview if 0
This commit is contained in:
@@ -141,7 +141,7 @@ class AddListMovieOverview extends Component {
|
||||
className={styles.title}
|
||||
{...linkProps}
|
||||
>
|
||||
{title}({year})
|
||||
{title} { year > 0 ? `(${year})` : ''}
|
||||
|
||||
{
|
||||
isExcluded &&
|
||||
|
||||
Reference in New Issue
Block a user