equal
deleted
inserted
replaced
21 }, |
21 }, |
22 }; |
22 }; |
23 |
23 |
24 static defaults = { |
24 static defaults = { |
25 default_thumbnail: |
25 default_thumbnail: |
26 "http://ldt.iri.centrepompidou.fr/static/site/ldt/css/imgs/video_sequence.png", |
26 "https://ldt.iri.centrepompidou.fr/static/site/ldt/css/imgs/video_sequence.png", |
27 media_url_template: |
27 media_url_template: |
28 "http://ldt.iri.centrepompidou.fr/ldtplatform/ldt/front/player/{{media}}/", |
28 "https://ldt.iri.centrepompidou.fr/ldtplatform/ldt/front/player/{{media}}/", |
29 default_color: "#000080", |
29 default_color: "#000080", |
30 }; |
30 }; |
31 |
31 |
32 static template = |
32 static template = |
33 '<div class="Ldt-MediaList-NowPlaying"><h2>{{l10n.now_playing}}</h2><hr />' + |
33 '<div class="Ldt-MediaList-NowPlaying"><h2>{{l10n.now_playing}}</h2><hr />' + |