Skip to content

Commit

Permalink
Update "played at" text for music plugin (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
lowlighter committed Feb 27, 2021
1 parent b064ed1 commit 3eb0e30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/templates/classic/partials/music.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<div class="name"><%= name %></div>
<div class="artist"><%= artist %></div>
<% if (plugins.music.played_at) { %>
<div class="played-at">[played at] <%= played_at %></div>
<div class="played-at">Played at <%= played_at %></div>
<% } %>
</div>
</div>
Expand Down

0 comments on commit 3eb0e30

Please sign in to comment.