From 10052ea8bf2d4d9a9bc3433b666b1f3f5961c969 Mon Sep 17 00:00:00 2001 From: Arthur DANJOU Date: Mon, 17 Jan 2022 21:46:09 +0100 Subject: [PATCH] Add style for music --- app/Utils/UpdateGithubReadme.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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]