diff --git a/front/src/components/library/Track.vue b/front/src/components/library/Track.vue index 940086e02..155a1245a 100644 --- a/front/src/components/library/Track.vue +++ b/front/src/components/library/Track.vue @@ -44,6 +44,46 @@ +
+

{{ $t('Track information') }}

+ + + + + + + + + + + + + + + + + + +
+ {{ $t('Duration') }} + + {{ time.parse(file.duration) }} + + {{ $t('N/A') }} +
+ {{ $t('Size') }} + + {{ file.size | humanSize }} + + {{ $t('N/A') }} +
+ {{ $t('Bitrate') }} + + {{ file.bitrate | humanSize }}/s + + {{ $t('N/A') }} +
+

@@ -64,6 +104,8 @@