mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-28 08:05:56 -05:00
[web-src] Add "comment" field to track details
This commit is contained in:
parent
d1c9e26c1b
commit
acddb378b9
@ -74,6 +74,10 @@
|
|||||||
<span class="heading">Rating</span>
|
<span class="heading">Rating</span>
|
||||||
<span class="title is-6">{{ Math.floor(track.rating / 10) }} / 10</span>
|
<span class="title is-6">{{ Math.floor(track.rating / 10) }} / 10</span>
|
||||||
</p>
|
</p>
|
||||||
|
<p v-if="track.comment">
|
||||||
|
<span class="heading">Comment</span>
|
||||||
|
<span class="title is-6">{{ track.comment }}</span>
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<footer class="card-footer">
|
<footer class="card-footer">
|
||||||
|
Loading…
Reference in New Issue
Block a user