mirror of
https://github.com/Sonarr/Sonarr
synced 2025-01-03 05:35:29 +00:00
parent
8be8c7f89c
commit
e24ce40eb8
1 changed files with 4 additions and 0 deletions
|
@ -86,6 +86,10 @@ class SeriesHistoryRow extends Component {
|
|||
|
||||
const EpisodeComponent = fullSeries ? SeasonEpisodeNumber : EpisodeNumber;
|
||||
|
||||
if (!series || !episode) {
|
||||
return null;
|
||||
}
|
||||
|
||||
return (
|
||||
<TableRow>
|
||||
<HistoryEventTypeCell
|
||||
|
|
Loading…
Reference in a new issue