use imdb/icon/expose timeline
This commit is contained in:
parent
a1bc2f4f0e
commit
524b134551
7 changed files with 63 additions and 43 deletions
|
|
@ -19,9 +19,9 @@ def update_poster(itemId):
|
|||
|
||||
|
||||
@task(ignore_resulsts=True, queue='default')
|
||||
def update_imdb(itemId):
|
||||
def update_external(itemId):
|
||||
item = models.Item.objects.get(itemId=itemId)
|
||||
item.update_imdb()
|
||||
item.update_external()
|
||||
|
||||
|
||||
@task(queue="encoding")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue