mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-05-08 18:35:10 +00:00
parent
f1b37fc721
commit
42e1c2ece3
2 changed files with 1 additions and 6 deletions
|
@ -328,7 +328,7 @@ class TheVoid(object):
|
|||
|
||||
return response
|
||||
|
||||
if window('emby_should_stop.bool') and self.monitor.waitForAbort(0.00001):
|
||||
if window('emby_should_stop.bool') or self.monitor.waitForAbort(0.2):
|
||||
LOG.info("Abandon mission! A black hole just swallowed [ %s ]", self.data['VoidName'])
|
||||
|
||||
break
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue