Fixed: History with unknown series
This commit is contained in:
parent
ac1da45ecd
commit
4ee0ae1418
|
@ -77,7 +77,7 @@ class HistoryRow extends Component {
|
||||||
onMarkAsFailedPress
|
onMarkAsFailedPress
|
||||||
} = this.props;
|
} = this.props;
|
||||||
|
|
||||||
if (!episode) {
|
if (!series || !episode) {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue