extract movie before publising

This commit is contained in:
j 2008-03-26 00:02:48 +00:00
parent d0f11023f4
commit df8a6d3905

View file

@ -129,6 +129,7 @@ class Archive(SQLObject):
)
ret = "added entry"
f.updateMeta()
f.extractAll()
self.notifyFrontend('add', f.md5sum)
return ret.encode('utf-8')