remove extraneous /
This commit is contained in:
parent
646f660227
commit
09823d4ebe
|
@ -87,5 +87,5 @@ function change_track(track) {
|
|||
document.getElementById('nowPlayingAlbum').innerHTML = track.album;
|
||||
document.getElementById('nowPlayingTitle').innerHTML = track.title;
|
||||
|
||||
document.getElementById('albumCover').firstChild.src = document.location.href + '/coverart?' + query;
|
||||
document.getElementById('albumCover').firstChild.src = document.location.href + 'coverart?' + query;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user