consolidate Artist & MusicArtist
This commit is contained in:
parent
ae1805916c
commit
5cdd9d0fb1
21 changed files with 316 additions and 55 deletions
|
@ -55,6 +55,7 @@
|
|||
<a href="musicrecommended.html">Suggested</a>
|
||||
<a href="songs.html" class="ui-btn-active">Songs</a>
|
||||
<a href="musicalbums.html">Albums</a>
|
||||
<a href="musicalbumartists.html">Album Artists</a>
|
||||
<a href="musicartists.html">Artists</a>
|
||||
<a href="musicgenres.html">Genres</a>
|
||||
<a href="musicvideos.html">Music Videos</a>
|
||||
|
@ -65,6 +66,7 @@
|
|||
<a href="musicrecommended.html">Suggested</a>
|
||||
<a href="songs.html">Songs</a>
|
||||
<a href="musicalbums.html" class="ui-btn-active">Albums</a>
|
||||
<a href="musicalbumartists.html">Album Artists</a>
|
||||
<a href="musicartists.html">Artists</a>
|
||||
<a href="musicgenres.html">Genres</a>
|
||||
<a href="musicvideos.html">Music Videos</a>
|
||||
|
@ -75,6 +77,7 @@
|
|||
<a href="musicrecommended.html">Suggested</a>
|
||||
<a href="songs.html">Songs</a>
|
||||
<a href="musicalbums.html">Albums</a>
|
||||
<a href="musicalbumartists.html">Album Artists</a>
|
||||
<a href="musicartists.html">Artists</a>
|
||||
<a href="musicgenres.html">Genres</a>
|
||||
<a href="musicvideos.html" class="ui-btn-active">Music Videos</a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue