Skip to content

Commit

Permalink
allow to set image via restapi
Browse files Browse the repository at this point in the history
  • Loading branch information
cekk committed Jan 18, 2024
1 parent ed2faa6 commit d2276ae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion wildcard/media/behavior.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,6 @@ def get_youtube_id_from_url(self):

video_file_ogv = UnsettableProperty(IVideo["video_file_ogv"])
video_file_webm = UnsettableProperty(IVideo["video_file_webm"])
image = UnsettableProperty(IVideo["image"])

if youtube:
upload_video_to_youtube = BasicProperty(IVideo["upload_video_to_youtube"])
Expand Down

0 comments on commit d2276ae

Please sign in to comment.