diff --git a/platypush/backend/http/static/js/music.mpd.js b/platypush/backend/http/static/js/music.mpd.js index c2b1f363b..fae10ed4e 100644 --- a/platypush/backend/http/static/js/music.mpd.js +++ b/platypush/backend/http/static/js/music.mpd.js @@ -583,7 +583,7 @@ $(document).ready(function() { type: 'request', action: 'music.mpd.add', args: { resource: $(item).data('file') } - }, + } ); } });