fix: episode duration on release page

This commit is contained in:
Kentai Radiquum 2024-09-23 18:29:58 +05:00
parent 35e663ab52
commit d482750576
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
3 changed files with 3 additions and 2 deletions

View file

@ -59,7 +59,7 @@ export const ReleaseInfoInfo = (props: {
{props.episodes.released ? props.episodes.released : "?"}
{"/"}
{props.episodes.total ? props.episodes.total + " эп. " : "? эп. "}
{props.duration != 0 && `по ${minutesToTime(props.duration)}`}
{props.duration != 0 && `по ${minutesToTime(props.duration, "daysHours")}`}
</Table.Cell>
</Table.Row>
<Table.Row>