1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-19 21:46:43 -04:00

New: Added tvdb Upcoming series status

This commit is contained in:
Taloth Saldono
2020-01-12 21:09:58 +01:00
parent d3cd46bb51
commit d8446c2d5a
4 changed files with 25 additions and 2 deletions
@@ -165,6 +165,17 @@ class AddNewSeriesSearchResult extends Component {
</Label> :
null
}
{
status === 'upcoming' ?
<Label
kind={kinds.INFO}
size={sizes.LARGE}
>
Upcoming
</Label> :
null
}
</div>
<div className={styles.overview}>