| 
														
															@@ -109,6 +109,10 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 		userId: { 
														 | 
														
														 | 
														
															 		userId: { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 			type: String, 
														 | 
														
														 | 
														
															 			type: String, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 			default: "" 
														 | 
														
														 | 
														
															 			default: "" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+		}, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+		username: { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+			type: String, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+			default: "" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 		} 
														 | 
														
														 | 
														
															 		} 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 	}, 
														 | 
														
														 | 
														
															 	}, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 	computed: { 
														 | 
														
														 | 
														
															 	computed: { 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -116,8 +120,7 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 			...mapState("modalVisibility", { 
														 | 
														
														 | 
														
															 			...mapState("modalVisibility", { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 				modals: state => state.modals.station 
														 | 
														
														 | 
														
															 				modals: state => state.modals.station 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 			}), 
														 | 
														
														 | 
														
															 			}), 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-			myUserId: state => state.user.auth.userId, 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-			username: state => state.user.auth.username 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+			myUserId: state => state.user.auth.userId 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 		}), 
														 | 
														
														 | 
														
															 		}), 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 		playlists: { 
														 | 
														
														 | 
														
															 		playlists: { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 			get() { 
														 | 
														
														 | 
														
															 			get() { 
														 |