change http to https for default thumb
authorymh <ymh.work@gmail.com>
Fri, 18 Oct 2024 10:24:57 +0200
changeset 1074 231ea5ea7de4
parent 1073 687133dc13cf
child 1075 92cb33eb7a75
change http to https for default thumb
package.json
src/widgets/MediaList.js
--- a/package.json	Thu Oct 17 00:58:24 2024 +0200
+++ b/package.json	Fri Oct 18 10:24:57 2024 +0200
@@ -1,7 +1,7 @@
 {
   "name": "metadataplayer",
   "private": true,
-  "version": "0.1.0",
+  "version": "0.1.1",
   "type": "module",
   "files": [
     "dist"
--- a/src/widgets/MediaList.js	Thu Oct 17 00:58:24 2024 +0200
+++ b/src/widgets/MediaList.js	Fri Oct 18 10:24:57 2024 +0200
@@ -23,9 +23,9 @@
 
     static defaults = {
       default_thumbnail:
-        "http://ldt.iri.centrepompidou.fr/static/site/ldt/css/imgs/video_sequence.png",
+        "https://ldt.iri.centrepompidou.fr/static/site/ldt/css/imgs/video_sequence.png",
       media_url_template:
-        "http://ldt.iri.centrepompidou.fr/ldtplatform/ldt/front/player/{{media}}/",
+        "https://ldt.iri.centrepompidou.fr/ldtplatform/ldt/front/player/{{media}}/",
       default_color: "#000080",
     };