Skip to content

Commit

Permalink
Fix the lyric page's "View on Genius" button taking the user to an in…
Browse files Browse the repository at this point in the history
…valid URL

Last-minute bug-fixes go brr
  • Loading branch information
Insprill committed May 19, 2023
1 parent 1ca3e23 commit d962a63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
# 0.4.0:
- Added support for viewing albums.
- Added support for TLS connections.
- Added flag for the desired Keep-Alive timeout. The default has been increated to 15 seconds from 5.
- Added flag for the desired Keep-Alive timeout. The default has been increased to 15 seconds from 5.
- Added hover animations to pagination buttons.
- Fixed the lyric page's "View on Genius" button taking the user to an invalid URL.
- Removed the requirement for a Genius API token.


Expand Down
2 changes: 1 addition & 1 deletion templates/lyrics.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

{% block navright %}
<div class="nav-item.right">
<a class="external-link" href="https://genius.com/{{ query.path|urlencode }}">View on Genius</a>
<a class="external-link" href="https://genius.com{{ query.path|urlencode }}">View on Genius</a>
</div>
{% endblock %}

Expand Down

0 comments on commit d962a63

Please sign in to comment.