From db9e943b28fa5cb7366bd3e4f5fc7efee0a030bc Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Fri, 9 Nov 2012 12:11:56 +0100 Subject: [PATCH] parse info after updating --- pandora/archive/views.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pandora/archive/views.py b/pandora/archive/views.py index d9eea7025..0ea3869b5 100644 --- a/pandora/archive/views.py +++ b/pandora/archive/views.py @@ -92,6 +92,7 @@ def update(request): if key in info: del info[key] f.info = info + f.parse_info() f.save() if not upload_only: all_files = models.Instance.objects.filter(volume__user=user)