Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
lekoOwO committed Aug 13, 2018
2 parents 37bed11 + e684782 commit 48d7e49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ async function showPlaylistSongs(id) {
let result = playlist.data.playlists[0]
let name = result.name
let songs = HTML.showSongs(result.additional.songs)
let header = HTML.getHeader(name)
header = HTML.getHeader(name)
if ($("#content").attr('data-page') == 'playlist') {
$("#content").html(header + songs)
$("#content>:not(#header-wrapper)")
Expand Down

0 comments on commit 48d7e49

Please sign in to comment.