Commit cc86a0bd by Bertrand Marron Committed by Bertrand Marron

Update default youtube id in video block

parent a9caa865
...@@ -32,7 +32,7 @@ class VideoFields(object): ...@@ -32,7 +32,7 @@ class VideoFields(object):
help=_("Optional, for older browsers: the YouTube ID for the normal speed video."), help=_("Optional, for older browsers: the YouTube ID for the normal speed video."),
display_name=_("YouTube ID"), display_name=_("YouTube ID"),
scope=Scope.settings, scope=Scope.settings,
default="3_yD_cEKoCk" default="_Szu8hVDvgc"
) )
youtube_id_0_75 = String( youtube_id_0_75 = String(
help=_("Optional, for older browsers: the YouTube ID for the .75x speed video."), help=_("Optional, for older browsers: the YouTube ID for the .75x speed video."),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment