mirror of
https://github.com/yuliskov/SmartTube.git
synced 2026-02-11 17:20:27 -06:00
player: stop live stream fix
This commit is contained in:
@@ -59,7 +59,8 @@ public class VideoLoaderManager extends PlayerEventListenerHelper {
|
||||
if (getController() != null &&
|
||||
getController().getVideo() != null &&
|
||||
getController().getVideo().isLive) {
|
||||
applyPlaybackMode(PlaybackEngineController.PLAYBACK_MODE_PAUSE);
|
||||
getController().showSuggestions(true);
|
||||
getController().setPlayWhenReady(false);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user