| 
														
															@@ -4,24 +4,24 @@ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 		<div class="tabs is-centered"> 
														 | 
														
														 | 
														
															 		<div class="tabs is-centered"> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 			<ul> 
														 | 
														
														 | 
														
															 			<ul> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 				<li 
														 | 
														
														 | 
														
															 				<li 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-					:class="{ 'is-active': currentTab == 'unverifiedSongs' }" 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-					@click="showTab('unverifiedSongs')" 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+					:class="{ 'is-active': currentTab == 'unverifiedsongs' }" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+					@click="showTab('unverifiedsongs')" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 				> 
														 | 
														
														 | 
														
															 				> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 					<router-link 
														 | 
														
														 | 
														
															 					<router-link 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-						class="tab unverifiedSongs" 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-						to="/admin/unverifiedSongs" 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+						class="tab unverifiedsongs" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+						to="/admin/unverifiedsongs" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 					> 
														 | 
														
														 | 
														
															 					> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 						<i class="material-icons">music_note</i> 
														 | 
														
														 | 
														
															 						<i class="material-icons">music_note</i> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 						<span> Unverified Songs</span> 
														 | 
														
														 | 
														
															 						<span> Unverified Songs</span> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 					</router-link> 
														 | 
														
														 | 
														
															 					</router-link> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 				</li> 
														 | 
														
														 | 
														
															 				</li> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 				<li 
														 | 
														
														 | 
														
															 				<li 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-					:class="{ 'is-active': currentTab == 'verifiedSongs' }" 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-					@click="showTab('verifiedSongs')" 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+					:class="{ 'is-active': currentTab == 'verifiedsongs' }" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+					@click="showTab('verifiedsongs')" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 				> 
														 | 
														
														 | 
														
															 				> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 					<router-link 
														 | 
														
														 | 
														
															 					<router-link 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-						class="tab verifiedSongs" 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-						to="/admin/verifiedSongs" 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+						class="tab verifiedsongs" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+						to="/admin/verifiedsongs" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 					> 
														 | 
														
														 | 
														
															 					> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 						<i class="material-icons">music_note</i> 
														 | 
														
														 | 
														
															 						<i class="material-icons">music_note</i> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 						<span> Verified Songs</span> 
														 | 
														
														 | 
														
															 						<span> Verified Songs</span> 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -108,8 +108,8 @@ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 			</ul> 
														 | 
														
														 | 
														
															 			</ul> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 		</div> 
														 | 
														
														 | 
														
															 		</div> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															-		<unverified-songs v-if="currentTab == 'unverifiedSongs'" /> 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-		<verified-songs v-if="currentTab == 'verifiedSongs'" /> 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+		<unverified-songs v-if="currentTab == 'unverifiedsongs'" /> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+		<verified-songs v-if="currentTab == 'verifiedsongs'" /> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 		<stations v-if="currentTab == 'stations'" /> 
														 | 
														
														 | 
														
															 		<stations v-if="currentTab == 'stations'" /> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 		<playlists v-if="currentTab == 'playlists'" /> 
														 | 
														
														 | 
														
															 		<playlists v-if="currentTab == 'playlists'" /> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 		<reports v-if="currentTab == 'reports'" /> 
														 | 
														
														 | 
														
															 		<reports v-if="currentTab == 'reports'" /> 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -155,10 +155,10 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 		changeTab(path) { 
														 | 
														
														 | 
														
															 		changeTab(path) { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 			switch (path) { 
														 | 
														
														 | 
														
															 			switch (path) { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 				case "/admin/unverifiedsongs": 
														 | 
														
														 | 
														
															 				case "/admin/unverifiedsongs": 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-					this.currentTab = "unverifiedSongs"; 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+					this.currentTab = "unverifiedsongs"; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 					break; 
														 | 
														
														 | 
														
															 					break; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 				case "/admin/verifiedsongs": 
														 | 
														
														 | 
														
															 				case "/admin/verifiedsongs": 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-					this.currentTab = "verifiedSongs"; 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+					this.currentTab = "verifiedsongs"; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 					break; 
														 | 
														
														 | 
														
															 					break; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 				case "/admin/stations": 
														 | 
														
														 | 
														
															 				case "/admin/stations": 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 					this.currentTab = "stations"; 
														 | 
														
														 | 
														
															 					this.currentTab = "stations"; 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -215,11 +215,11 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 	padding-top: 10px; 
														 | 
														
														 | 
														
															 	padding-top: 10px; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 	margin-top: -10px; 
														 | 
														
														 | 
														
															 	margin-top: -10px; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 	background-color: var(--white); 
														 | 
														
														 | 
														
															 	background-color: var(--white); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-	.unverifiedSongs { 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+	.unverifiedsongs { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 		color: var(--teal); 
														 | 
														
														 | 
														
															 		color: var(--teal); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 		border-color: var(--teal); 
														 | 
														
														 | 
														
															 		border-color: var(--teal); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 	} 
														 | 
														
														 | 
														
															 	} 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-	.verifiedSongs { 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+	.verifiedsongs { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 		color: var(--primary-color); 
														 | 
														
														 | 
														
															 		color: var(--primary-color); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 		border-color: var(--primary-color); 
														 | 
														
														 | 
														
															 		border-color: var(--primary-color); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 	} 
														 | 
														
														 | 
														
															 	} 
														 |