mirror of
https://github.com/SuperBFG7/ympd
synced 2025-06-15 21:04:10 +00:00
Fix: remove obsolate column in database card
This commit is contained in:
parent
5f54d6e479
commit
15fbd039f8
@ -317,12 +317,10 @@
|
|||||||
<table id="BrowseDatabaseArtistList" class="table table-hover table-sm">
|
<table id="BrowseDatabaseArtistList" class="table table-hover table-sm">
|
||||||
<col class="tblnum"/>
|
<col class="tblnum"/>
|
||||||
<col class="tbltitle"/>
|
<col class="tbltitle"/>
|
||||||
<col class="tblaction"/>
|
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th></th>
|
<th></th>
|
||||||
<th>Artist</th>
|
<th>Artist</th>
|
||||||
<th></th>
|
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody class="clickable">
|
<tbody class="clickable">
|
||||||
|
@ -1229,7 +1229,7 @@ function parseListDBtags(obj) {
|
|||||||
|
|
||||||
if (nrItems == 0)
|
if (nrItems == 0)
|
||||||
tbody.innerHTML = '<tr><td><span class="material-icons">error_outline</span></td>' +
|
tbody.innerHTML = '<tr><td><span class="material-icons">error_outline</span></td>' +
|
||||||
'<td colspan="5">No entries found.</td></tr>';
|
'<td>No entries found.</td></tr>';
|
||||||
document.getElementById('BrowseDatabaseArtistList').classList.remove('opacity05');
|
document.getElementById('BrowseDatabaseArtistList').classList.remove('opacity05');
|
||||||
|
|
||||||
} else if (obj.tagtype == 'Album') {
|
} else if (obj.tagtype == 'Album') {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user