mirror of
https://github.com/Syncplay/syncplay
synced 2025-03-11 06:07:53 +00:00
Add exception handling to media directory info update thread (#298)
This commit is contained in:
parent
ff6a6ad5a5
commit
3125032e82
@ -1975,6 +1975,8 @@ class FileSwitchManager(object):
|
||||
if self.mediaFilesCache != newMediaFilesCache:
|
||||
self.mediaFilesCache = newMediaFilesCache
|
||||
self.newInfo = True
|
||||
except Exception as e:
|
||||
self._client.ui.showDebugMessage(str(e))
|
||||
finally:
|
||||
self.currentlyUpdating = False
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user