rename user

This commit is contained in:
j 2014-05-25 16:05:26 +02:00
commit 19292fb940
6 changed files with 43 additions and 16 deletions

View file

@ -282,7 +282,7 @@ oml.ui.infoView = function(identifyData) {
click: function() {
data.mediastate = 'unavailable';
that.updateElement(data, $data);
oml.api.cancelDownload({id: ui.item}, function() {
oml.api.cancelDownloads({ids: [ui.item]}, function() {
that.updateElement(ui.item, $data);
});
}