| 
														
															@@ -453,6 +453,7 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															 			if (this.socket.connected) this.join(); 
														 | 
														
														 | 
														
															 			if (this.socket.connected) this.join(); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 			io.onConnect(this.join); 
														 | 
														
														 | 
														
															 			io.onConnect(this.join); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 			this.socket.emit("stations.existsByName", this.stationName, res => { 
														 | 
														
														 | 
														
															 			this.socket.emit("stations.existsByName", this.stationName, res => { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 				if (res.status === "failure" || !res.exists) { 
														 | 
														
														 | 
														
															 				if (res.status === "failure" || !res.exists) { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 					this.loading = false; 
														 | 
														
														 | 
														
															 					this.loading = false; 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -479,12 +480,15 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															 				if (currentSong) { 
														 | 
														
														 | 
														
															 				if (currentSong) { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 					this.updateNoSong(false); 
														 | 
														
														 | 
														
															 					this.updateNoSong(false); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 					if (this.currentSong.artists) 
														 | 
														
														 | 
														
															 					if (this.currentSong.artists) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 						this.currentSong.artists = this.currentSong.artists.join( 
														 | 
														
														 | 
														
															 						this.currentSong.artists = this.currentSong.artists.join( 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 							", " 
														 | 
														
														 | 
														
															 							", " 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 						); 
														 | 
														
														 | 
														
															 						); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 					if (!this.playerReady) this.youtubeReady(); 
														 | 
														
														 | 
														
															 					if (!this.playerReady) this.youtubeReady(); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 					else this.playVideo(); 
														 | 
														
														 | 
														
															 					else this.playVideo(); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 					this.socket.emit( 
														 | 
														
														 | 
														
															 					this.socket.emit( 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 						"songs.getOwnSongRatings", 
														 | 
														
														 | 
														
															 						"songs.getOwnSongRatings", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 						data.currentSong.songId, 
														 | 
														
														 | 
														
															 						data.currentSong.songId, 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -492,6 +496,7 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 							if (this.currentSong.songId === song.songId) { 
														 | 
														
														 | 
														
															 							if (this.currentSong.songId === song.songId) { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 								this.liked = song.liked; 
														 | 
														
														 | 
														
															 								this.liked = song.liked; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 								this.disliked = song.disliked; 
														 | 
														
														 | 
														
															 								this.disliked = song.disliked; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 								if ( 
														 | 
														
														 | 
														
															 								if ( 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 									this.autoSkipDisliked && 
														 | 
														
														 | 
														
															 									this.autoSkipDisliked && 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 									song.disliked === true 
														 | 
														
														 | 
														
															 									song.disliked === true 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -512,9 +517,11 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 				} 
														 | 
														
														 | 
														
															 				} 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															 				let isInQueue = false; 
														 | 
														
														 | 
														
															 				let isInQueue = false; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 				this.songsList.forEach(queueSong => { 
														 | 
														
														 | 
														
															 				this.songsList.forEach(queueSong => { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 					if (queueSong.requestedBy === this.userId) isInQueue = true; 
														 | 
														
														 | 
														
															 					if (queueSong.requestedBy === this.userId) isInQueue = true; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 				}); 
														 | 
														
														 | 
														
															 				}); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 				if ( 
														 | 
														
														 | 
														
															 				if ( 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 					!isInQueue && 
														 | 
														
														 | 
														
															 					!isInQueue && 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 					this.privatePlaylistQueueSelected && 
														 | 
														
														 | 
														
															 					this.privatePlaylistQueueSelected && 
														 |