From 7aaddb29a9971ace4a0f878e9a51020eccb9bd3b Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Wed, 3 Jul 2013 19:18:02 +0200 Subject: [PATCH] fix poster after upload --- pandora/archive/views.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pandora/archive/views.py b/pandora/archive/views.py index d45b2b5e..7a22d7ad 100644 --- a/pandora/archive/views.py +++ b/pandora/archive/views.py @@ -201,6 +201,7 @@ def addMedia(request): } i.user = request.user i.save() + i.make_poster(True) f = models.File(oshash=oshash, item=i) f.path = data.get('filename', 'Untitled') extension = f.path.split('.')