handle effects that aren't available

This commit is contained in:
cidoku 2025-02-24 00:14:34 -03:00
parent 6611938cd9
commit 4af5217d76

View File

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