1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-26 22:56:23 -04:00

Fixed: Size on disk sorting and display

Closes #4014
This commit is contained in:
Mark McDowall
2020-10-12 16:27:21 -07:00
parent dab6242ff2
commit 4ad137f1eb
3 changed files with 8 additions and 4 deletions
@@ -97,7 +97,8 @@ class SeriesIndexPoster extends Component {
seasonCount,
episodeCount,
episodeFileCount,
totalEpisodeCount
totalEpisodeCount,
sizeOnDisk
} = statistics;
const {
@@ -226,6 +227,7 @@ class SeriesIndexPoster extends Component {
<SeriesIndexPosterInfo
seasonCount={seasonCount}
sizeOnDisk={sizeOnDisk}
qualityProfile={qualityProfile}
showQualityProfile={showQualityProfile}
showRelativeDates={showRelativeDates}