Explorar o código

Fixed issue with Playlist Display on Stations Admin

theflametrooper %!s(int64=8) %!d(string=hai) anos
pai
achega
39bca3f0b2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      frontend/components/Admin/Stations.vue

+ 1 - 1
frontend/components/Admin/Stations.vue

@@ -30,7 +30,7 @@
 						</td>
 						<td>
 							<div class='control'>
-								<input v-for='song in station.playlist' track-by='$index' class='input' type='text' :value='song.id' v-model='song.id'>
+								<span v-for='song in station.playlist' track-by='$index'>{{ song }}</span>
 							</p>
 						</td>
 						<td>