Merge branch 'master' into dev_blind_box

This commit is contained in:
18401019693
2023-05-29 11:35:17 +08:00

View File

@@ -339,6 +339,9 @@ public class LiveExoPlayerManager {
if (getNowPlayer() != null) {
getNowPlayer().stop();
}
if (getNextPlayer() != null && getNextPlayer().isPlaying()) {
getNextPlayer().stop();
}
clearUrl();
}