fix embed player

This commit is contained in:
Sean Yesmunt 2020-05-21 11:55:58 -04:00
parent c2abcf110c
commit e4500d692f

View file

@ -45,9 +45,7 @@ export default function FileRenderFloating(props: Props) {
push(formattedUrl);
} else {
doSetFloatingUri(uri);
// @if TARGET='app'
doPlayUri(uri);
// @endif
}
}