if aomovie fails to load, dont freeze the ic, just continue

This commit is contained in:
cidoku 2025-06-19 18:47:50 -04:00
parent 5ecff5ba77
commit 90ffa3d2f5

View File

@ -642,6 +642,7 @@ class AOMovie(QtGui.QLabel):
break
if not exists(gif_path):
self.done.emit()
return
self.use_pillow = pillow_modes[os.path.splitext(gif_path)[1]]