diff --git a/front/src/components/library/TrackBase.vue b/front/src/components/library/TrackBase.vue
index 598c9121b..34c124b74 100644
--- a/front/src/components/library/TrackBase.vue
+++ b/front/src/components/library/TrackBase.vue
@@ -18,6 +18,7 @@ import TrackPlaylistIcon from '~/components/playlists/TrackPlaylistIcon.vue'
import EmbedWizard from '~/components/audio/EmbedWizard.vue'
import HumanDuration from '~/components/common/HumanDuration.vue'
import Layout from '~/components/ui/Layout.vue'
+import Header from '~/components/ui/Header.vue'
import Loader from '~/components/ui/Loader.vue'
import Modal from '~/components/ui/Modal.vue'
import PlayButton from '~/components/audio/PlayButton.vue'
@@ -153,283 +154,275 @@ watch(showDeleteModal, (newValue) => {
-
+
+
-
-
-
-
-
+
+ {{ t('components.library.TrackBase.title') }}
+
+ {{ track.album.title }}
+
+
+
-
-
-
- {{ track.title }}
-
-
-
-
-
+
+
+
+
+
+
+
+
+
-
- {{ t('components.library.TrackBase.title') }}
-
- {{ track.album.title }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ t('components.library.TrackBase.link.domain', { domain }) }}
-
-
-
- {{ t('components.library.TrackBase.button.embed') }}
-
-
-
- {{ t('components.library.TrackBase.link.wikipedia') }}
-
-
-
- {{ t('components.library.TrackBase.link.discogs') }}
-
-
-
- {{ t('components.library.TrackBase.button.edit') }}
-
-
-
- {{ t('components.library.TrackBase.button.delete') }}
-
-
-
-
-
- {{ obj.label }}
-
-
-
-
-
- {{ t('components.library.TrackBase.link.moderation') }}
-
-
-
- {{ t('components.library.TrackBase.link.django') }}
-
-
-
-
-
-
-
-
-
-
- {{ t('components.library.TrackBase.subtitle.with-uploader') }}
-
-
- {{ t('components.library.TrackBase.subtitle.without-uploader') }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ t('components.library.TrackBase.modal.delete.content.warning') }}
-
-
-
-
-
-
+
+
+
+
+
+ {{ obj.label }}
+
+
+
+
+
+ {{ t('components.library.TrackBase.link.moderation') }}
+
+
+
+ {{ t('components.library.TrackBase.link.django') }}
+
-
-
-
+
+
+
+
+
+
+ {{ t('components.library.TrackBase.subtitle.with-uploader') }}
+
+
+ {{ t('components.library.TrackBase.subtitle.without-uploader') }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ t('components.library.TrackBase.modal.delete.content.warning') }}
+
+
+
+
+
+
+
+
+
-
diff --git a/front/src/components/library/TrackDetail.vue b/front/src/components/library/TrackDetail.vue
index f254412ed..e0110640e 100644
--- a/front/src/components/library/TrackDetail.vue
+++ b/front/src/components/library/TrackDetail.vue
@@ -147,7 +147,6 @@ const trackDetails: {
flex
style="gap: 24px;"
>
-