1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-20 21:54:58 -04:00

Fixed: Formatting empty size on disk values

This commit is contained in:
Bogdan
2024-08-05 17:56:15 +03:00
committed by Mark McDowall
parent 363f8fc347
commit cc03ce04f1
6 changed files with 22 additions and 28 deletions
@@ -37,7 +37,7 @@ function SeriesIndexPosterInfo(props: SeriesIndexPosterInfoProps) {
added,
seasonCount,
path,
sizeOnDisk,
sizeOnDisk = 0,
tags,
sortKey,
showRelativeDates,