diff options
author | Robin Appelman <icewind1991@gmail.com> | 2011-07-30 04:15:09 +0200 |
---|---|---|
committer | Robin Appelman <icewind1991@gmail.com> | 2011-07-30 04:15:09 +0200 |
commit | 51e00d074cf4f1481c96f6a18da9c8ab7f412393 (patch) | |
tree | 87a180860b9a7d2928481260573d83d73ebbd9d2 /apps/media/templates | |
parent | eee2a2266d66c5571aad1d71d9dd2b86c8adfabf (diff) | |
download | nextcloud-server-51e00d074cf4f1481c96f6a18da9c8ab7f412393.tar.gz nextcloud-server-51e00d074cf4f1481c96f6a18da9c8ab7f412393.zip |
add play button to collection overview to add songs to the playlist and play them imediatly
Diffstat (limited to 'apps/media/templates')
-rw-r--r-- | apps/media/templates/collection.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/media/templates/collection.php b/apps/media/templates/collection.php index e132eeae07a..e2c256a6480 100644 --- a/apps/media/templates/collection.php +++ b/apps/media/templates/collection.php @@ -4,6 +4,7 @@ </li> <li class='template'> <span></span> - <button>Add</button> + <button class='add'>Add</button> + <button class='play'>Play</button> </li> </ul>
\ No newline at end of file |