mirror of
https://github.com/danbee/mpd-client
synced 2025-03-04 08:39:09 +00:00
7 lines
211 B
HTML
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>
|