|
@@ -13,6 +13,7 @@
|
|
|
<th>Artist(s)</th>
|
|
|
<th>Id</th>
|
|
|
<th>Mid</th>
|
|
|
+ <th>Genres</th>
|
|
|
<th>Likes</th>
|
|
|
<th>Dislikes</th>
|
|
|
<th class="table-right-th">Edit</th>
|
|
@@ -26,6 +27,7 @@
|
|
|
<td align="left">{{artist}}</td>
|
|
|
<td align="left">{{id}}</td>
|
|
|
<td align="left">{{mid}}</td>
|
|
|
+ <td align="left">{{genres}}</td>
|
|
|
<td align="left">{{likes}}</td>
|
|
|
<td align="left">{{dislikes}}</td>
|
|
|
<td class="table-right-td">
|
|
@@ -95,6 +97,11 @@
|
|
|
<label for="mid" class="white-text">Song ID</label>
|
|
|
<input class="validate" name="id" id="id" type="text" pattern=".{11}"/>
|
|
|
</div>
|
|
|
+ <div class="input-field col l8 m8 s12 offset-l2 offset-m2">
|
|
|
+ <i class="material-icons prefix">vpn_key</i>
|
|
|
+ <label for="mid" class="white-text">Song Genres</label>
|
|
|
+ <input class="validate" name="genres" id="genres" type="text" disabled/>
|
|
|
+ </div>
|
|
|
<div class="input-field col l8 m8 s12 offset-l2 offset-m2">
|
|
|
<i class="material-icons prefix">person</i>
|
|
|
<label for="id" class="white-text">Song Artist</label>
|