fix
This commit is contained in:
		| @@ -161,7 +161,7 @@ function togglePlayPause() { | ||||
|  | ||||
| function toggleMute() { | ||||
| 	if (volume.value === 0) { | ||||
| 		volume.value = .3; | ||||
| 		volume.value = .5; | ||||
| 	} else { | ||||
| 		volume.value = 0; | ||||
| 	} | ||||
|   | ||||
| @@ -236,7 +236,7 @@ function toggleFullscreen() { | ||||
|  | ||||
| function toggleMute() { | ||||
| 	if (volume.value === 0) { | ||||
| 		volume.value = .3; | ||||
| 		volume.value = .5; | ||||
| 	} else { | ||||
| 		volume.value = 0; | ||||
| 	} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 kakkokari-gtyih
					kakkokari-gtyih