1
0
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:
Alexandre Beloin 2015-02-15 18:20:54 -05:00
commit a78344b609

View File

@ -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();
});
});