castable-video
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -268,3 +268,3 @@ /* global chrome */ | ||
if (this.#castPlayer) { | ||
this.#castPlayer.volumeLevel = val; | ||
this.#castPlayer.volumeLevel = +val; | ||
this.#castPlayer.controller?.setVolumeLevel(); | ||
@@ -271,0 +271,0 @@ return; |
{ | ||
"name": "castable-video", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Cast your video element to the big screen with ease!", | ||
@@ -5,0 +5,0 @@ "type": "module", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
31396