| 
					
				 | 
			
			
				@@ -114,6 +114,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		</div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		<import-album v-if="modals.importAlbum" /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		<edit-song v-if="modals.editSong" song-type="songs" :key="song._id" /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		<report v-if="modals.report" /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		<request-song v-if="modals.requestSong" /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		<floating-box 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			id="keyboardShortcutsHelper" 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -195,6 +196,9 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		EditSong: defineAsyncComponent(() => 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			import("@/components/modals/EditSong") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		), 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		Report: defineAsyncComponent(() => 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+			import("@/components/modals/Report.vue") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		), 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		ImportAlbum: defineAsyncComponent(() => 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			import("@/components/modals/ImportAlbum.vue") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		), 
			 |