rename user
This commit is contained in:
parent
f28e3816ff
commit
19292fb940
6 changed files with 43 additions and 16 deletions
|
|
@ -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);
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue