Removed comma

This commit is contained in:
Fabio Manganiello 2018-02-05 10:35:24 +01:00
parent 40efb3f9c7
commit c47d910465
1 changed files with 1 additions and 1 deletions

View File

@ -583,7 +583,7 @@ $(document).ready(function() {
type: 'request',
action: 'music.mpd.add',
args: { resource: $(item).data('file') }
},
}
);
}
});