Fix special monitor

This commit is contained in:
angelblue05 2018-01-09 05:42:37 -06:00
parent 241646f9a2
commit 3bccc195da

View file

@ -32,8 +32,6 @@ class KodiMonitor(xbmc.Monitor):
def __init__(self):
xbmc.Monitor.__init__(self)
if settings('useDirectPaths') == "0":
self.special_monitor = SpecialMonitor().start()
self.download = downloadutils.DownloadUtils().downloadUrl
@ -221,8 +219,8 @@ class SpecialMonitor(threading.Thread):
''' Detect the resume dialog for widgets.
Detect external players.
'''
monitor = xbmc.Monitor()
monitor = xbmc.Monitor()
log.warn("----====# Starting Special Monitor #====----")
while not self._stop_thread: