mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-22 09:37:17 +00:00
Fix shuffle button on state
This commit is contained in:
parent
b616ba3de2
commit
fd860c249c
1 changed files with 4 additions and 0 deletions
4
media.js
4
media.js
|
|
@ -200,6 +200,10 @@ Media = {
|
|||
this._loop = !this._loop;
|
||||
},
|
||||
|
||||
toggleShuffle: function() {
|
||||
// Implement this when we support playlists
|
||||
},
|
||||
|
||||
/* Listeners */
|
||||
addEventListener: function(event, callback) {
|
||||
this._callbacks[event] = callback;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue