mirror of
https://github.com/SickGear/SickGear.git
synced 2025-01-22 01:23:43 +00:00
Fix for thread locking issues
This commit is contained in:
parent
4e7710797a
commit
bf31077cc2
1 changed files with 2 additions and 1 deletions
|
@ -244,6 +244,7 @@ class GenericProvider:
|
|||
self._checkAuth()
|
||||
|
||||
# XEM episode scene numbering
|
||||
with episode.lock:
|
||||
sceneEpisode = copy.deepcopy(episode)
|
||||
sceneEpisode.convertToSceneNumbering()
|
||||
|
||||
|
|
Loading…
Reference in a new issue