From 154b20c6c84f8045d0ea1f5b8f35c131cc584487 Mon Sep 17 00:00:00 2001 From: zeppi Date: Mon, 14 Feb 2022 19:18:12 -0500 Subject: [PATCH] fix embed play edge case --- ui/redux/actions/content.js | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/redux/actions/content.js b/ui/redux/actions/content.js index c0f9a4c07..04068526b 100644 --- a/ui/redux/actions/content.js +++ b/ui/redux/actions/content.js @@ -165,6 +165,7 @@ export function doPlayUri( const alreadyDownloading = fileInfo && !!downloadingByOutpoint[fileInfo.outpoint]; if (alreadyDownloading || alreadyDownloaded) { + attemptPlay(); return; }