1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-10-29 23:12:39 +01:00

Fix use of sizeOnDisk

This commit is contained in:
Mark McDowall 2023-01-13 18:24:18 -08:00
parent 6dcfc661a1
commit 71bfa0ff02

View File

@ -220,13 +220,16 @@ class SeriesDetailsSeason extends Component {
onSearchPress onSearchPress
} = this.props; } = this.props;
const {
sizeOnDisk = 0
} = statistics;
const { const {
episodeCount, episodeCount,
episodeFileCount, episodeFileCount,
totalEpisodeCount, totalEpisodeCount,
monitoredEpisodeCount, monitoredEpisodeCount,
hasMonitoredEpisodes, hasMonitoredEpisodes
sizeOnDisk
} = getSeasonStatistics(items); } = getSeasonStatistics(items);
const { const {