diff --git a/changes/changelog.d/461.enhancement b/changes/changelog.d/461.enhancement new file mode 100644 index 000000000..63cd0193f --- /dev/null +++ b/changes/changelog.d/461.enhancement @@ -0,0 +1 @@ +Display track duration in track tables (#461) diff --git a/front/src/components/audio/track/Row.vue b/front/src/components/audio/track/Row.vue index cf79267cf..91b10c32e 100644 --- a/front/src/components/audio/track/Row.vue +++ b/front/src/components/audio/track/Row.vue @@ -15,7 +15,7 @@ {{ track.title }} - + {{ track.artist.name }} @@ -29,11 +29,17 @@ - + {{ track.album.title }} + + {{ time.parse(file.duration) }} + + + N/A +