We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28bd146 commit 5750ed9Copy full SHA for 5750ed9
dj_elastictranscoder/transcoder.py
@@ -51,4 +51,4 @@ def create_job_for_object(self, obj):
51
job.content_type = content_type
52
job.object_id = obj.id
53
job.save()
54
- return job.id
+ return self.message['Job']['Id']
0 commit comments