mirror of
https://github.com/moparisthebest/SickRage
synced 2024-12-12 11:02:21 -05:00
Fix for thread locking issues
This commit is contained in:
parent
4e7710797a
commit
bf31077cc2
@ -244,6 +244,7 @@ class GenericProvider:
|
||||
self._checkAuth()
|
||||
|
||||
# XEM episode scene numbering
|
||||
with episode.lock:
|
||||
sceneEpisode = copy.deepcopy(episode)
|
||||
sceneEpisode.convertToSceneNumbering()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user