Added copyright info each track, fixes #793
This commit is contained in:
+10
-1
@@ -129,6 +129,16 @@
|
||||
${playcount}
|
||||
</div>
|
||||
</div>
|
||||
${<if-has-copyright>}
|
||||
<div class="row align-items-center">
|
||||
<div class="col-4">
|
||||
${tr:Lms.Explore.copyright}
|
||||
</div>
|
||||
<div class="col">
|
||||
${copyright}
|
||||
</div>
|
||||
</div>
|
||||
${</if-has-copyright>}
|
||||
${<if-has-comment>}
|
||||
<hr/>
|
||||
<pre>${comment}</pre>
|
||||
@@ -143,7 +153,6 @@
|
||||
</div>
|
||||
</message>
|
||||
|
||||
|
||||
<message id="Lms.Explore.Tracks.template.track-lyrics">
|
||||
<div class="modal fade" tabindex="-1">
|
||||
<div class="modal-dialog modal-dialog-scrollable">
|
||||
|
||||
Reference in New Issue
Block a user