diff --git a/src/hub.js b/src/hub.js
index e9dcad31d203389e1ee09bf54a5fa9809c2101b6..d98d37a054937eaee6a8b61dc63848a4f30680ac 100644
--- a/src/hub.js
+++ b/src/hub.js
@@ -343,7 +343,7 @@ const onReady = async () => {
         const imgUrl = e.dataTransfer.getData("url");
         if (imgUrl) {
           console.log("Dropped: ", imgUrl);
-          addMedia(imgUrl);
+          spawnMediaInfrontOfPlayer(imgUrl);
         }
       });
     }