mirror of
				https://github.com/karl0ss/homepage.git
				synced 2025-11-04 00:10:57 +00:00 
			
		
		
		
	
							parent
							
								
									e730a0ceb0
								
							
						
					
					
						commit
						250351f735
					
				@ -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…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user