diff --git a/changes/changelog.d/459.bugfix b/changes/changelog.d/459.bugfix new file mode 100644 index 000000000..b76fa7893 --- /dev/null +++ b/changes/changelog.d/459.bugfix @@ -0,0 +1 @@ +Fixed audio mimetype not showing up on track detail and list (#459) diff --git a/front/src/components/library/Track.vue b/front/src/components/library/Track.vue index 01824292f..2a58536d8 100644 --- a/front/src/components/library/Track.vue +++ b/front/src/components/library/Track.vue @@ -87,6 +87,17 @@ N/A + + + Type + + + {{ file.mimetype }} + + + N/A + + diff --git a/front/src/components/manage/library/FilesTable.vue b/front/src/components/manage/library/FilesTable.vue index 731e19471..28d2f3997 100644 --- a/front/src/components/manage/library/FilesTable.vue +++ b/front/src/components/manage/library/FilesTable.vue @@ -57,8 +57,8 @@ - - {{ scope.obj.audio_mimetype }} + + {{ scope.obj.mimetype }} N/A