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