From 15a8036a207da8df27c8cb57fdce8dc8fbf04399 Mon Sep 17 00:00:00 2001 From: Phil Borman Date: Tue, 20 Mar 2018 16:33:47 +0100 Subject: [PATCH] Fix for #1271 --- lazylibrarian/webServe.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lazylibrarian/webServe.py b/lazylibrarian/webServe.py index feff5ce5e..a8409e8cc 100644 --- a/lazylibrarian/webServe.py +++ b/lazylibrarian/webServe.py @@ -997,7 +997,7 @@ def configUpdate(self, **kwargs): lazylibrarian.TORZNAB_PROV[count]['MAGCAT'] = kwargs.get( 'torznab_%i_magcat' % count, '') lazylibrarian.TORZNAB_PROV[count]['AUDIOCAT'] = kwargs.get( - 'torznab_%iaudiocat' % count, '') + 'torznab_%i_audiocat' % count, '') lazylibrarian.TORZNAB_PROV[count]['EXTENDED'] = kwargs.get( 'torznab_%i_extended' % count, '') lazylibrarian.TORZNAB_PROV[count]['UPDATED'] = kwargs.get(