1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-03-05 13:20:20 -05: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 {