Commit ba5bf2a1 by Bertrand Marron

Update default youtube id in video block

parent d083aa3c
...@@ -31,7 +31,7 @@ class VideoFields(object): ...@@ -31,7 +31,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="OEoXaMPEzfM" 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