1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2025-11-06 09:19:38 +02: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
} = this.props;
const {
sizeOnDisk = 0
} = statistics;
const {
episodeCount,
episodeFileCount,
totalEpisodeCount,
monitoredEpisodeCount,
hasMonitoredEpisodes,
sizeOnDisk
hasMonitoredEpisodes
} = getSeasonStatistics(items);
const {