mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-05-08 02:15:08 +00:00
Small fixes
This commit is contained in:
parent
7b2ee9d4ba
commit
9ec1fa3585
2 changed files with 6 additions and 1 deletions
|
@ -300,7 +300,7 @@ class TheVoid(object):
|
|||
|
||||
return response
|
||||
|
||||
if window('emby_should_stop.bool') or self.monitor.waitForAbort(0.2):
|
||||
if window('emby_should_stop.bool') and self.monitor.waitForAbort(0.00001):
|
||||
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