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