#346: changing category via drop-down changes pp-parameters

accordingly to the new category.
This commit is contained in:
Andrey Prygunkov
2017-03-12 20:09:50 +01:00
parent 75ec856af3
commit 4cdbfc84dd

View File

@@ -677,7 +677,7 @@ var Downloads = (new function($)
var category = $(this).parent().attr('data');
var nzbids = $CategoryMenu.data('nzbids');
notification = '#Notif_Downloads_Changed';
RPC.call('editqueue', ['GroupSetCategory', category, nzbids], editCompleted);
RPC.call('editqueue', ['GroupApplyCategory', category, nzbids], editCompleted);
}
}(jQuery));