Fixed: History with unknown series

pull/6936/head
Bogdan 8 months ago committed by Mark McDowall
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…
Cancel
Save