Fix impossibilità di usare tasto OK a fine riproduzione
This commit is contained in:
@@ -2042,5 +2042,6 @@ def serverWindow(item, itemlist):
|
||||
reopen = False
|
||||
if not selection.server or selection.server == 'torrent': break
|
||||
|
||||
import threading
|
||||
threading.Thread(target=monitor, args=[itemlist, reopen]).start()
|
||||
# import threading
|
||||
monitor(itemlist, reopen)
|
||||
# threading.Thread(target=monitor, args=[itemlist, reopen]).start()
|
||||
|
||||
Reference in New Issue
Block a user