mirror of
https://github.com/timendum/Youtube-dl-WebUI.git
synced 2025-02-28 23:53:10 +08:00
Small changes
This commit is contained in:
parent
e4a729ac74
commit
8c81a4cc91
2 changed files with 3 additions and 3 deletions
2
list.php
2
list.php
|
@ -47,7 +47,7 @@
|
|||
<tr>
|
||||
<th style="min-width:800px; height:35px">Title</th>
|
||||
<th style="min-width:80px">Size</th>
|
||||
<th style="min-width:110px">Remove link</th>
|
||||
<th style="min-width:110px">Delete link</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
|
|
@ -36,11 +36,11 @@
|
|||
{
|
||||
if (strpos($key['cmd'], '-x') !== false) //Music
|
||||
{
|
||||
echo "<li><a href=\"#\"><i class=\"fa fa-music\"></i> Elapsed download time : ".$key['time']."</a></li>";
|
||||
echo "<li><a href=\"#\"><i class=\"fa fa-music\"></i> Elapsed time : ".$key['time']."</a></li>";
|
||||
}
|
||||
else
|
||||
{
|
||||
echo "<li><a href=\"#\"><i class=\"fa fa-video-camera\"></i> Elapsed download time : ".$key['time']."</a></li>";
|
||||
echo "<li><a href=\"#\"><i class=\"fa fa-video-camera\"></i> Elapsed time : ".$key['time']."</a></li>";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue