mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-07 04:48:46 +00:00
parent
e730a0ceb0
commit
250351f735
1 changed files with 2 additions and 5 deletions
|
@ -46,11 +46,8 @@ export default function Component({ service }) {
|
|||
<Block label="audiobookshelf.books" value={t("common.number", { value: totalBooks })} />
|
||||
<Block
|
||||
label="audiobookshelf.booksDuration"
|
||||
value={t("common.number", {
|
||||
value: totalBooksDuration / 60,
|
||||
maximumFractionDigits: 0,
|
||||
style: "unit",
|
||||
unit: "minute",
|
||||
value={t("common.duration", {
|
||||
value: totalBooksDuration,
|
||||
})}
|
||||
/>
|
||||
</Container>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue