From b6eb81b9f5842869b98013613b66b1a0b01e0247 Mon Sep 17 00:00:00 2001 From: Benouch Date: Mon, 2 Feb 2015 14:52:59 -0500 Subject: [PATCH] Newznab Categories not beeing saved --- gui/slick/js/configProviders.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gui/slick/js/configProviders.js b/gui/slick/js/configProviders.js index b46b6be3..5010030e 100644 --- a/gui/slick/js/configProviders.js +++ b/gui/slick/js/configProviders.js @@ -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(); -}); \ No newline at end of file +});