| 
					
				 | 
			
			
				@@ -1002,8 +1002,8 @@ export default defineComponent({ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                       data.musicInstrumentIndex
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     }`;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                    if (data.tagIndex) {
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                      src += '&instrumentId=' + data.tagIndex;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    if (data.musicalInstrumentId) {
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                      src += '&instrumentId=' + data.musicalInstrumentId;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     }
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     if (
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                       window.matchMedia('(display-mode: standalone)').matches
 
			 |