Colin Powell 1 سال پیش
والد
کامیت
431976296f
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      vrobbler/apps/videogames/models.py

+ 1 - 1
vrobbler/apps/videogames/models.py

@@ -114,7 +114,7 @@ class VideoGame(LongPlayScrobblableMixin):
     summary = models.TextField(**BNULL)
     hltb_cover = models.ImageField(upload_to="games/hltb_covers/", **BNULL)
     hltb_cover_small = ImageSpecField(
-        source="htlb_cover",
+        source="hltb_cover",
         processors=[ResizeToFit(100, 100)],
         format="JPEG",
         options={"quality": 60},