From 9b1865e43e0c2052bcab523f7c3a1cb9d2eb40d7 Mon Sep 17 00:00:00 2001 From: Ciaran Ainsworth Date: Thu, 10 Feb 2022 13:22:58 +0100 Subject: [PATCH] Add fallback to generic album cover for tracks with no album --- changes/changelog.d/1703.bugfix | 1 + front/src/components/library/TrackDetail.vue | 719 ++++++++++--------- 2 files changed, 361 insertions(+), 359 deletions(-) create mode 100644 changes/changelog.d/1703.bugfix 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 @@