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:
parent
6dcfc661a1
commit
71bfa0ff02
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user