| 
														
															@@ -1243,6 +1243,7 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 					this.updateUserCount(res.data.userCount); 
														 | 
														
														 | 
														
															 					this.updateUserCount(res.data.userCount); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 					this.updateUsers(res.data.users); 
														 | 
														
														 | 
														
															 					this.updateUsers(res.data.users); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 					this.pausedAt = res.data.pausedAt; 
														 | 
														
														 | 
														
															 					this.pausedAt = res.data.pausedAt; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 					if (res.data.currentSong) { 
														 | 
														
														 | 
														
															 					if (res.data.currentSong) { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 						this.updateNoSong(false); 
														 | 
														
														 | 
														
															 						this.updateNoSong(false); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 						this.youtubeReady(); 
														 | 
														
														 | 
														
															 						this.youtubeReady(); 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -1270,6 +1271,16 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 						}); 
														 | 
														
														 | 
														
															 						}); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 					} 
														 | 
														
														 | 
														
															 					} 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+					/** Check if station is favourited */ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+					this.socket.emit("users.getFavoriteStations", data => { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+						if ( 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+							data.status === "success" && 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+							data.favoriteStations.indexOf(this.station._id) !== 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+								-1 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+						) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+							this.favoriteStation = true; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+					}); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 					if (this.isOwnerOrAdmin()) { 
														 | 
														
														 | 
														
															 					if (this.isOwnerOrAdmin()) { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 						keyboardShortcuts.registerShortcut( 
														 | 
														
														 | 
														
															 						keyboardShortcuts.registerShortcut( 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 							"station.pauseResume", 
														 | 
														
														 | 
														
															 							"station.pauseResume", 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -1392,13 +1403,6 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 					this.exists = false; 
														 | 
														
														 | 
														
															 					this.exists = false; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 				} 
														 | 
														
														 | 
														
															 				} 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 			}); 
														 | 
														
														 | 
														
															 			}); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-			this.socket.emit("users.getFavoriteStations", data => { 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-				if ( 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-					data.status === "success" && 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-					data.favoriteStations.indexOf(this.station._id) !== -1 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-				) 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-					this.favoriteStation = true; 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-			}); 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 		}, 
														 | 
														
														 | 
														
															 		}, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 		addfavoriteStation(event) { 
														 | 
														
														 | 
														
															 		addfavoriteStation(event) { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 			event.preventDefault(); 
														 | 
														
														 | 
														
															 			event.preventDefault(); 
														 |