1
0
mirror of https://github.com/danbee/mpd-client synced 2025-03-04 08:39:09 +00:00
mpd-client/public/panels/albums.html
2014-04-24 16:17:02 +01:00

7 lines
211 B
HTML

<ol class="albums">
<li ng-repeat="entry in currentPane().entries"
ng-click="newPane('/songs', { title: entry.title }, { artist: entry.artist, album: entry.title })">
{{ entry.title }}
</li>
</ol>