1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-08-18 00:09:37 +02:00

Fixed: Don't Show Year in Discovery Overview if 0

This commit is contained in:
Qstick 2020-08-08 19:58:16 -04:00
parent c940a03847
commit 30956edf52

View File

@ -141,7 +141,7 @@ class AddListMovieOverview extends Component {
className={styles.title}
{...linkProps}
>
{title}({year})
{title} { year > 0 ? `(${year})` : ''}
{
isExcluded &&