Renamed musicList.js to audioPlayerPlaylist.js

This commit is contained in:
Anon 2023-04-19 22:39:05 -07:00
parent 05051f04d8
commit 508a431996
2 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
</tbody>
</table>
</div>
<script src="musicList.js"></script>
<script src="musicPlayerPlaylist.js"></script>
<script src="audioPlayer.js"></script>
<script>audioPlayer();</script>
</main>