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('.')