fix autoplay

This commit is contained in:
Sean Yesmunt 2020-04-29 13:55:47 -04:00
parent 122781036d
commit dae3a517f5

View file

@ -39,7 +39,7 @@ function AutoplayCountdown(props: Props) {
if (!isFloating) {
if (navigateUrl) {
push(navigateUrl);
setPlayingUri(null);
setPlayingUri(nextRecommendedUri);
}
} else {
if (nextRecommendedUri) {