diff --git a/app/Utils/UpdateGithubReadme.ts b/app/Utils/UpdateGithubReadme.ts index 7ee639c..fe0b765 100644 --- a/app/Utils/UpdateGithubReadme.ts +++ b/app/Utils/UpdateGithubReadme.ts @@ -55,8 +55,7 @@ export async function updateGithubReadmeSpotify(): Promise { if (current_song.is_playing) { old_song = readme.content.split('')[1].split('')[0] new_song = ` -Spotify Cover Image\n - +Spotify Cover Image\n ${current_song.name} _by_ ${current_song.author}
Listening from *${current_song.device_name}*\n` }