From c47d9104650d0863e5f9ade122335a9a02d8a948 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Mon, 5 Feb 2018 10:35:24 +0100 Subject: [PATCH] Removed comma --- platypush/backend/http/static/js/music.mpd.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platypush/backend/http/static/js/music.mpd.js b/platypush/backend/http/static/js/music.mpd.js index c2b1f363..fae10ed4 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') } - }, + } ); } });