mirror of
https://github.com/nzbget/nzbget.git
synced 2026-04-24 23:06:53 -04:00
#346: changing category via drop-down changes pp-parameters
accordingly to the new category.
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user