| 
														
															@@ -131,7 +131,7 @@ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 							<div id="seeker-bar" style="width: 0%" /> 
														 | 
														
														 | 
														
															 							<div id="seeker-bar" style="width: 0%" /> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 						</div> 
														 | 
														
														 | 
														
															 						</div> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 						<div id="control-bar-container"> 
														 | 
														
														 | 
														
															 						<div id="control-bar-container"> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-							<div id="left-buttons"> 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+							<div id="left-buttons" v-if="loggedIn"> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 								<!-- Local Pause/Resume Button --> 
														 | 
														
														 | 
														
															 								<!-- Local Pause/Resume Button --> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 								<button 
														 | 
														
														 | 
														
															 								<button 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 									class="button is-primary" 
														 | 
														
														 | 
														
															 									class="button is-primary" 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -207,13 +207,13 @@ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 									>volume_up</i 
														 | 
														
														 | 
														
															 									>volume_up</i 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 								> 
														 | 
														
														 | 
														
															 								> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 							</p> 
														 | 
														
														 | 
														
															 							</p> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-							<div id="right-buttons"> 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+							<div id="right-buttons" v-if="loggedIn"> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 								<!-- Ratings (Like/Dislike) Buttons --> 
														 | 
														
														 | 
														
															 								<!-- Ratings (Like/Dislike) Buttons --> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 								<div 
														 | 
														
														 | 
														
															 								<div 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 									id="ratings" 
														 | 
														
														 | 
														
															 									id="ratings" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 									v-if=" 
														 | 
														
														 | 
														
															 									v-if=" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-										true 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-										//currentSong.likes !== -1 && currentSong.dislikes !== -1 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+										currentSong.likes !== -1 && 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+											currentSong.dislikes !== -1 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 									" 
														 | 
														
														 | 
														
															 									" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 								> 
														 | 
														
														 | 
														
															 								> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 									<!-- Like Song Button --> 
														 | 
														
														 | 
														
															 									<!-- Like Song Button --> 
														 |