1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-08-13 16:53:54 -04:00

Newznab Categories not beeing saved

This commit is contained in:
Benouch 2015-02-02 14:52:59 -05:00
parent c62d8f2c79
commit b6eb81b9f5

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