fix nothing displaying instead of placeholder

This commit is contained in:
Mauricio 2020-08-08 15:56:05 -04:00
parent 2f9183a35e
commit fd68bfd191

View File

@ -241,7 +241,7 @@ class AOCharMovie(QtGui.QLabel):
alt_path = AOpath+"characters/"+p_char+"/"+p_emote+".png"
apng_path = AOpath+"characters/"+p_char+"/"+emote_prefix+p_emote+".apng"
webp_path = AOpath+"characters/"+p_char+"/"+emote_prefix+p_emote+".webp"
placeholder_path = AOpath+"themes/default/placeholder.gif"
placeholder_path = AO2XPpath+"themes/default/placeholder.gif"
gif_path = ""
if exists(apng_path):