fix embed play edge case

This commit is contained in:
zeppi 2022-02-14 19:18:12 -05:00 committed by jessopb
parent 43af7ddc5f
commit 154b20c6c8

View file

@ -165,6 +165,7 @@ export function doPlayUri(
const alreadyDownloading = fileInfo && !!downloadingByOutpoint[fileInfo.outpoint];
if (alreadyDownloading || alreadyDownloaded) {
attemptPlay();
return;
}