src/widgets/AutoPlayer.js
changeset 1078 c28fb800e252
parent 1073 687133dc13cf
--- a/src/widgets/AutoPlayer.js	Tue Oct 22 07:06:10 2024 +0200
+++ b/src/widgets/AutoPlayer.js	Tue Oct 22 07:19:03 2024 +0200
@@ -24,6 +24,7 @@
           "height",
           "width",
           "url_transform",
+          "dailymotionPlayerId"
         ],
         _opts = {},
         _types = [
@@ -45,7 +46,7 @@
           },
           {
             regexp: /^(https?:\/\/)?(www\.)?dailymotion\.com/,
-            type: "DailymotionPlayer",
+            type: "VideojsPlayer",
           },
         ]