This commit is contained in:
Laura Hausmann 2022-11-21 02:07:43 +01:00
parent dd18ffdbcd
commit 13282621ad
Signed by: zotan
GPG key ID: D044E84C5BE01605

View file

@ -21,7 +21,7 @@ else {
@if (Model.LogConditionsMet) {
<br/>
<a class="action-muted">[--]</a>
<span id="log" onclick="get('/log?artist=@Model.LogArtist&album=@Model.LogAlbum&url=@Model.LogUrl')" class="entry-muted cfont"> Log playback</span>
<span id="log" onclick="get('/log?artist=@Model.LogArtist&album=@Model.LogAlbum&url=@Model.LogUrl')" class="entry-muted cfont" style="cursor: pointer"> Log playback</span>
}
<br/>
<a class="action-muted">[--]</a>