1
0
mirror of https://github.com/moparisthebest/SickRage synced 2025-01-07 03:48:02 -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 );
}
}
}