forked from platypush/platypush
Removed comma
This commit is contained in:
parent
40efb3f9c7
commit
c47d910465
1 changed files with 1 additions and 1 deletions
|
@ -583,7 +583,7 @@ $(document).ready(function() {
|
||||||
type: 'request',
|
type: 'request',
|
||||||
action: 'music.mpd.add',
|
action: 'music.mpd.add',
|
||||||
args: { resource: $(item).data('file') }
|
args: { resource: $(item).data('file') }
|
||||||
},
|
}
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue