Год: {item.year}
- Рейтинг: {rating}
- {status ? {status}
: null}
- {item.sizeOnDisk ? Размер: {(item.sizeOnDisk / 1000000000).toFixed(2)} Gb
: null}
+ Рейтинг: {cc.rating}
+ {cc.status ? {cc.status}
: null}
+ {cc.size ? Размер: {cc.size} Gb
: null}
+ {(item?.statistics?.seasonCount ? Сезоны: {item.statistics.seasonCount}
: null)}
+ {cc.series ? Серии: {cc.series}
: null}