lint
This commit is contained in:
		
							parent
							
								
									7101ceefb1
								
							
						
					
					
						commit
						2292c42742
					
				
					 1 changed files with 1 additions and 3 deletions
				
			
		|  | @ -46,12 +46,10 @@ function volumechange() { | ||||||
| 	if (audioEl) ColdDeviceStorage.set('mediaVolume', audioEl.volume); | 	if (audioEl) ColdDeviceStorage.set('mediaVolume', audioEl.volume); | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| const playerInstance = ref(); |  | ||||||
| 
 |  | ||||||
| onMounted(() => { | onMounted(() => { | ||||||
| 	if (audioEl) { | 	if (audioEl) { | ||||||
| 		audioEl.volume = ColdDeviceStorage.get('mediaVolume'); | 		audioEl.volume = ColdDeviceStorage.get('mediaVolume'); | ||||||
| 		playerInstance.value = new Vlitejs('#player'); | 		new Vlitejs('#player'); | ||||||
| 	} | 	} | ||||||
| }); | }); | ||||||
| </script> | </script> | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue