mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-04-24 14:27:06 -04:00
set default for episodeCount
Co-authored-by: Bogdan <mynameisbogdan@users.noreply.github.com>
This commit is contained in:
parent
25c22a8127
commit
3645813bdc
1 changed files with 1 additions and 1 deletions
|
@ -443,7 +443,7 @@ function SeriesDetails({ seriesId }: SeriesDetailsProps) {
|
|||
} = series;
|
||||
|
||||
const {
|
||||
episodeCount,
|
||||
episodeCount = 0,
|
||||
episodeFileCount = 0,
|
||||
sizeOnDisk = 0,
|
||||
lastAired,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue