beautified radio display, and refresh playlist once web interface is loaded

This commit is contained in:
Terry Geng
2020-02-06 10:24:50 +08:00
parent 9f7a9287a2
commit f52b5dc34d
2 changed files with 11 additions and 5 deletions

View File

@ -152,7 +152,7 @@
</thead>
<tbody id="playlist-table">
<tr class="table-dark">
<td colspan="4" class="text-muted" style="text-align:center;"> Play list is empty. </td>
<td colspan="4" class="text-muted" style="text-align:center;"> Fetching playlist .... </td>
</tr>
</tbody>
</table>
@ -344,6 +344,8 @@
});
} , 3000);
$(document).ready(updatePlaylist);
</script>
</body>