Skip to content

Commit

Permalink
fix complete_add template
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaswinkler committed Jun 21, 2024
1 parent 3fb6c67 commit 20b1935
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
<meta charset="UTF-8">
<html>
<body>
<p>Release {{ task.release_mbid }} added. You can close this browser window now and return to beets.</p>
<p>Release <a href="https://www.musicbrainz.org/release/{{ task.result_release_mbid }}">{{ task.result_release_mbid }}</a> added. You can close this browser window now and return to beets.</p>
</body>

0 comments on commit 20b1935

Please sign in to comment.