Skip to content
This repository has been archived by the owner on Nov 18, 2022. It is now read-only.

Commit

Permalink
#346: changing category via drop-down changes pp-parameters
Browse files Browse the repository at this point in the history
accordingly to the new category.
  • Loading branch information
hugbug committed Mar 12, 2017
1 parent 75ec856 commit 4cdbfc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webui/downloads.js
Original file line number Diff line number Diff line change
Expand Up @@ -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));
Expand Down

0 comments on commit 4cdbfc8

Please sign in to comment.