1
0
mirror of https://github.com/danbee/mpd-client synced 2025-03-04 08:39:09 +00:00
mpd-client/public/views/library/songs.ejs
2013-12-13 13:28:07 +00:00

8 lines
152 B
Plaintext

<ol class="songs">
<% list(items, function(song) { %>
<li id="<%= song.attr('id') %>">
<%= song.attr('title') %>
</li>
<% }) %>
</ol>