Fixed: History with unknown series

This commit is contained in:
Bogdan 2024-07-02 05:31:58 +03:00
parent 55c1ce2e3d
commit 13d302d462
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;
}