mirror of
https://github.com/moparisthebest/SickRage
synced 2024-12-04 15:12:23 -05:00
Newznab Categories not beeing saved
This commit is contained in:
parent
c62d8f2c79
commit
b6eb81b9f5
@ -204,7 +204,7 @@ $(document).ready(function(){
|
||||
$(this).getCategories(isDefault, data);
|
||||
}
|
||||
else {
|
||||
updateNewznabCaps( null, data );
|
||||
$(this).updateNewznabCaps( null, data );
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -579,4 +579,4 @@ $(document).ready(function(){
|
||||
|
||||
$("#provider_order_list").disableSelection();
|
||||
|
||||
});
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user