| 
														
															@@ -854,7 +854,7 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 		}); 
														 | 
														
														 | 
														
															 		}); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 	}, 
														 | 
														
														 | 
														
															 	}, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 	methods: { 
														 | 
														
														 | 
														
															 	methods: { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-		init(why) { 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+		init() { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 			if (this.songId) this.loadSong(this.songId); 
														 | 
														
														 | 
														
															 			if (this.songId) this.loadSong(this.songId); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 			else if (!this.bulk) { 
														 | 
														
														 | 
														
															 			else if (!this.bulk) { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 				new Toast("You can't open EditSong without editing a song"); 
														 | 
														
														 | 
														
															 				new Toast("You can't open EditSong without editing a song"); 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -1043,6 +1043,8 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 					} 
														 | 
														
														 | 
														
															 					} 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 				); 
														 | 
														
														 | 
														
															 				); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 			}); 
														 | 
														
														 | 
														
															 			}); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+			return null; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 		}, 
														 | 
														
														 | 
														
															 		}, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 		unloadSong(songId) { 
														 | 
														
														 | 
														
															 		unloadSong(songId) { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 			this.songDataLoaded = false; 
														 | 
														
														 | 
														
															 			this.songDataLoaded = false; 
														 |