diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/video_thread.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_thread.py b/src/video_thread.py index 48f3729..c5a3c09 100644 --- a/src/video_thread.py +++ b/src/video_thread.py @@ -164,7 +164,7 @@ class Worker(QtCore.QObject): pass compProps = comp.properties() - if 'error' in compProps or comp.error() is not None: + if 'error' in compProps or comp._lockedError is not None: self.cancel() self.canceled = True canceledByComponent = True |
