Fixed: History with unknown series

This commit is contained in:
Bogdan 2024-07-02 05:31:58 +03:00 committed by Mark McDowall
parent ac1da45ecd
commit 4ee0ae1418
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ class HistoryRow extends Component {
onMarkAsFailedPress
} = this.props;
if (!episode) {
if (!series || !episode) {
return null;
}