1
0
mirror of https://github.com/SuperBFG7/ympd synced 2025-10-21 00:57:37 +00:00

Fix: remove obsolate column in database card

This commit is contained in:
jcorporation
2018-08-22 21:21:21 +01:00
parent 5f54d6e479
commit 15fbd039f8
2 changed files with 1 additions and 3 deletions

View File

@@ -1229,7 +1229,7 @@ function parseListDBtags(obj) {
if (nrItems == 0)
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');
} else if (obj.tagtype == 'Album') {