mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 04:53:01 +00:00
improve nowPlaying alignment
This commit is contained in:
@@ -74,8 +74,8 @@ function updateQueue(song) {
|
||||
perks.updateQueue(song, type);
|
||||
}
|
||||
|
||||
function loadAlbum(title, album_artist) {
|
||||
routeLoader.toAlbum(title, album_artist);
|
||||
function loadAlbum(title, albumartist) {
|
||||
routeLoader.toAlbum(title, albumartist);
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user