extract movie before publising
This commit is contained in:
parent
d0f11023f4
commit
df8a6d3905
1 changed files with 5 additions and 4 deletions
|
@ -129,6 +129,7 @@ class Archive(SQLObject):
|
||||||
)
|
)
|
||||||
ret = "added entry"
|
ret = "added entry"
|
||||||
f.updateMeta()
|
f.updateMeta()
|
||||||
|
f.extractAll()
|
||||||
self.notifyFrontend('add', f.md5sum)
|
self.notifyFrontend('add', f.md5sum)
|
||||||
return ret.encode('utf-8')
|
return ret.encode('utf-8')
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue