zarebin-player-library 1.1.0 → 1.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -68963,6 +68963,7 @@ var useVideoControls = (ad, params) => {
|
|
|
68963
68963
|
video.addEventListener("progress", handleProgress);
|
|
68964
68964
|
video.addEventListener("timeupdate", handleTimeUpdate);
|
|
68965
68965
|
(async () => {
|
|
68966
|
+
if (!conditions(ConditionName.hasAd)) await handleFullScreen();
|
|
68966
68967
|
await handleLockOrientation();
|
|
68967
68968
|
const playPromise = video.play();
|
|
68968
68969
|
dispatch(setPlay(true));
|