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