Fix syntax error

pull/302/head
Mike Lang 2 years ago committed by Mike Lang
parent 57d89b9b39
commit ab985cf1b0

@ -733,7 +733,7 @@ class VideoUpdater(object):
updates = {}
try:
# Update video metadata
tags = list(set(self.tags + job.video_tags)
tags = list(set(self.tags + job.video_tags))
self.backend.update_video(job.video_id, job.video_title, job.video_description, tags, job.public)
# Update thumbnail if needed. This might fail if we don't have the right segments,

Loading…
Cancel
Save