Skip to content

Commit

Permalink
asd
Browse files Browse the repository at this point in the history
  • Loading branch information
mgogoulos committed Nov 10, 2023
1 parent 022d78e commit ebaba5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ def media_init(self):
self.set_thumbnail(force=True)
if settings.DO_NOT_TRANSCODE_VIDEO:
self.encoding_status = "success"
self.save(update_fields=['encoding_status'])
self.save()
self.produce_sprite_from_video()
else:
self.produce_sprite_from_video()
Expand Down

0 comments on commit ebaba5c

Please sign in to comment.