1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2025-01-03 05:35:29 +00:00

Fixed: History with unknown episode

Closes #6782
This commit is contained in:
Mark McDowall 2024-05-03 15:45:52 -07:00 committed by Mark McDowall
parent 8be8c7f89c
commit e24ce40eb8

View file

@ -86,6 +86,10 @@ class SeriesHistoryRow extends Component {
const EpisodeComponent = fullSeries ? SeasonEpisodeNumber : EpisodeNumber;
if (!series || !episode) {
return null;
}
return (
<TableRow>
<HistoryEventTypeCell