diff --git a/resources/lib/service_entry.py b/resources/lib/service_entry.py index 14e162dd..5aab25e6 100644 --- a/resources/lib/service_entry.py +++ b/resources/lib/service_entry.py @@ -85,7 +85,7 @@ class Service(): videonodes.VideoNodes().clearProperties() clientinfo.getDeviceId() # Init time-offset between Kodi and Plex - timing.KODI_PLEX_TIME_OFFSET = float(utils.settings('kodiplextimeoffset')) or 0.0 + timing.KODI_PLEX_TIME_OFFSET = float(utils.settings('kodiplextimeoffset') or 0.0) def isCanceled(self): return xbmc.abortRequested or app.APP.stop_pkc