Added most played artists feature
This commit is contained in:
@@ -3,6 +3,10 @@
|
||||
<!--FORMS message blocks-->
|
||||
|
||||
<message id="Lms.Explore.Artists.template">
|
||||
<div class="page-header">
|
||||
<h2>${tr:Lms.Explore.most-played-artists}</h2>
|
||||
</div>
|
||||
${most-played-artists}
|
||||
<div class="page-header">
|
||||
<h2>${tr:Lms.Explore.artists}</h2>
|
||||
</div>
|
||||
@@ -16,6 +20,10 @@
|
||||
${show-more}
|
||||
</message>
|
||||
|
||||
<message id="Lms.Explore.Artists.template.most-played-entry">
|
||||
${name}
|
||||
</message>
|
||||
|
||||
<message id="Lms.Explore.Artists.template.entry">
|
||||
<div class="list-group-item">
|
||||
<span class="badge">${nb-release}</span>
|
||||
|
||||
Reference in New Issue
Block a user