Optimize code
This commit is contained in:
parent
9d6f729b21
commit
d49ea8b383
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ class Service():
|
|||
timing.KODI_PLEX_TIME_OFFSET = float(utils.settings('kodiplextimeoffset') or 0.0)
|
||||
|
||||
def isCanceled(self):
|
||||
return xbmc.abortRequested or app.APP.stop_pkc
|
||||
return xbmc.abortRequested
|
||||
|
||||
def log_out(self):
|
||||
"""
|
||||
|
|
Loading…
Reference in a new issue