From d918a26a0085fd8ee44c77df0300a8b6fd735d0f Mon Sep 17 00:00:00 2001 From: Croneter Date: Thu, 28 Jun 2018 15:40:35 +0200 Subject: [PATCH] Reset PKC setting to English only --- resources/lib/utils.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/lib/utils.py b/resources/lib/utils.py index 18586754..a95de9b3 100644 --- a/resources/lib/utils.py +++ b/resources/lib/utils.py @@ -465,8 +465,8 @@ def wipe_database(): connection.commit() cursor.close() # Reset the artwork sync status in the PKC settings - settings('caching_artwork_count', value=lang(39310)) - settings('fanarttv_lookups', value=lang(39310)) + settings('caching_artwork_count', value='unknown') + settings('fanarttv_lookups', value='unknown') # reset the install run flag settings('SyncInstallRunDone', value="false")