fix autoplay
This commit is contained in:
parent
122781036d
commit
dae3a517f5
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ function AutoplayCountdown(props: Props) {
|
|||
if (!isFloating) {
|
||||
if (navigateUrl) {
|
||||
push(navigateUrl);
|
||||
setPlayingUri(null);
|
||||
setPlayingUri(nextRecommendedUri);
|
||||
}
|
||||
} else {
|
||||
if (nextRecommendedUri) {
|
||||
|
|
Loading…
Add table
Reference in a new issue