Some code improves, fixed bug with Tracknames without ID3 tags

This commit is contained in:
santic-zombie
2020-04-01 14:54:39 +03:00
parent 1a5e774948
commit d35971887c
5 changed files with 28 additions and 46 deletions

View File

@@ -4,7 +4,7 @@
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css">
<link rel="stylesheet" type="text/css" href="/css/style1.css">
<link rel="stylesheet" type="text/css" href="/css/style.css">
<title>My Test Radio</title>
<script
src="https://code.jquery.com/jquery-3.4.1.js"
@@ -47,7 +47,7 @@
<input id="volume" type="range" min="0" max="10" value="5" step="0.1" />
</div>
<span id="duration"></span>
<!-- <span id="duration"></span> -->
<br>
</div>
</div>