diff --git a/changes/changelog.d/1703.bugfix b/changes/changelog.d/1703.bugfix new file mode 100644 index 000000000..673ea5c1a --- /dev/null +++ b/changes/changelog.d/1703.bugfix @@ -0,0 +1 @@ +Fixed an issue where you couldn't load the details page for tracks with no associated album (#1703) diff --git a/front/src/components/library/TrackDetail.vue b/front/src/components/library/TrackDetail.vue index 276edcba9..17d480a0f 100644 --- a/front/src/components/library/TrackDetail.vue +++ b/front/src/components/library/TrackDetail.vue @@ -1,368 +1,369 @@