diff --git a/changelog.d/create-link-when-url-present.add b/changelog.d/create-link-when-url-present.add new file mode 100644 index 00000000..11aa3758 --- /dev/null +++ b/changelog.d/create-link-when-url-present.add @@ -0,0 +1 @@ +Create a link to the URL of the scrobble when it's present diff --git a/src/components/status/status.vue b/src/components/status/status.vue index d66de562..eb10a0b0 100644 --- a/src/components/status/status.vue +++ b/src/components/status/status.vue @@ -249,22 +249,49 @@ -
- - {{ scrobble.artist }} — {{ scrobble.title }} - - - + + + {{ scrobble.artist }} — {{ scrobble.title }} + + + + + + + + {{ scrobble.artist }} — {{ scrobble.title }} + + + +