[Glitch] Fix initial audio volume not corresponding to what's displayed
Port 755e8c76ab28a99905c66082757d892939e70c49 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
This commit is contained in:
		
							parent
							
								
									45fbba2742
								
							
						
					
					
						commit
						65a9b788fc
					
				@ -125,6 +125,7 @@ class Audio extends React.PureComponent {
 | 
			
		||||
        this.wavesurfer.createPeakCache();
 | 
			
		||||
        this.wavesurfer.load(this.props.src);
 | 
			
		||||
        this.wavesurfer.toggleInteraction();
 | 
			
		||||
        this.wavesurfer.setVolume(this.state.volume);
 | 
			
		||||
        this.loaded = true;
 | 
			
		||||
      }
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user