mirror of
https://github.com/moparisthebest/SickRage
synced 2025-01-05 10:58:01 -05:00
Merge pull request #1274 from Benouch/develop
Newznab Categories not beeing saved
This commit is contained in:
commit
a78344b609
@ -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