Quellcode durchsuchen

Don't split artists in array in report modal

Kristian Vos vor 4 Jahren
Ursprung
Commit
9d39b15c4a
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      frontend/components/Modals/Report.vue

+ 2 - 2
frontend/components/Modals/Report.vue

@@ -31,7 +31,7 @@
 											}}</strong>
 											<br />
 											<small>{{
-												previousSong.artists.split(" ,")
+												previousSong.artists
 											}}</small>
 										</p>
 									</div>
@@ -74,7 +74,7 @@
 											}}</strong>
 											<br />
 											<small>{{
-												currentSong.artists.split(" ,")
+												currentSong.artists
 											}}</small>
 										</p>
 									</div>