diff --git a/resources/site-packages/quasar/library.py b/resources/site-packages/quasar/library.py index 5cb73639c..cdb859163 100644 --- a/resources/site-packages/quasar/library.py +++ b/resources/site-packages/quasar/library.py @@ -6,7 +6,7 @@ def library_thread(): limit = 8 * 60 * 60 - count = limit - ADDON.getSetting("library_update_delay") + count = limit - int(ADDON.getSetting("library_update_delay")) while not xbmc.abortRequested: # 8 hours passed - Update Library if count >= limit: