diff --git a/dashboard/src/app/album.component.html b/dashboard/src/app/album.component.html index 47c8d89..a9cef95 100644 --- a/dashboard/src/app/album.component.html +++ b/dashboard/src/app/album.component.html @@ -1,6 +1,6 @@

{{albumName}}

-
+

Debug Zone

Returned song: {{songs.length}}
Theorical number song: {{ album ? album['Track Count'] : "" }} diff --git a/dashboard/src/app/artist.component.html b/dashboard/src/app/artist.component.html index 7fff891..35c7b80 100644 --- a/dashboard/src/app/artist.component.html +++ b/dashboard/src/app/artist.component.html @@ -1,7 +1,39 @@

{{albumName}}

- \ No newline at end of file +
+

Debug Zone

+ Returned song: {{songs.length}}
+
+ + + + + + + + + + + + + + + + + + + + + + +
NameArtistAlbumAlbum ArtistPlay Count
{{song['Track Number'] ? (("0" + song['Track Number']).slice(-2)) : "--"}}{{song.Name}}{{song.Artist}}{{song.Album}}{{song['Album Artist'] ? song['Album Artist'] : "-" }}{{song['Play Count']}}
+ + + + + \ No newline at end of file