| 
														
															@@ -358,7 +358,7 @@ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 										}} 
														 | 
														
														 | 
														
															 										}} 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 									</p> 
														 | 
														
														 | 
														
															 									</p> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 								</div> 
														 | 
														
														 | 
														
															 								</div> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-								<p id="volume-control"> 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+								<p id="volume-control" v-if="!isIOS"> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 									<i 
														 | 
														
														 | 
														
															 									<i 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 										v-if="muted" 
														 | 
														
														 | 
														
															 										v-if="muted" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 										class="material-icons" 
														 | 
														
														 | 
														
															 										class="material-icons" 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -656,6 +656,7 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 	data() { 
														 | 
														
														 | 
														
															 	data() { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 		return { 
														 | 
														
														 | 
														
															 		return { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 			utils, 
														 | 
														
														 | 
														
															 			utils, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+			isIOS: navigator.platform.match(/iPhone|iPod|iPad/), 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 			title: "Station", 
														 | 
														
														 | 
														
															 			title: "Station", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 			loading: true, 
														 | 
														
														 | 
														
															 			loading: true, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 			exists: true, 
														 | 
														
														 | 
														
															 			exists: true, 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -1314,7 +1315,7 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 				!this.stationPaused && 
														 | 
														
														 | 
														
															 				!this.stationPaused && 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 				!this.localPaused && 
														 | 
														
														 | 
														
															 				!this.localPaused && 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 				this.playerReady && 
														 | 
														
														 | 
														
															 				this.playerReady && 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-				!navigator.platform.match(/iPhone|iPod|iPad/) 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+				!this.isIOS 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 			) { 
														 | 
														
														 | 
														
															 			) { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 				const timeElapsed = this.getTimeElapsed(); 
														 | 
														
														 | 
														
															 				const timeElapsed = this.getTimeElapsed(); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 				const currentPlayerTime = 
														 | 
														
														 | 
														
															 				const currentPlayerTime = 
														 |