mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-04-24 06:17:08 -04:00
Fixed: History with unknown series
This commit is contained in:
parent
ac1da45ecd
commit
4ee0ae1418
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ class HistoryRow extends Component {
|
|||
onMarkAsFailedPress
|
||||
} = this.props;
|
||||
|
||||
if (!episode) {
|
||||
if (!series || !episode) {
|
||||
return null;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue