From c36d9193013876a76196225cc82243c468654d85 Mon Sep 17 00:00:00 2001 From: Arthur DANJOU Date: Tue, 18 Jan 2022 14:34:51 +0100 Subject: [PATCH] Update Readme Spotify --- app/Utils/UpdateGithubReadme.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/Utils/UpdateGithubReadme.ts b/app/Utils/UpdateGithubReadme.ts index 8a6593c..2253910 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 -**${current_song.name}** by *${current_song.author}*
+Spotify Cover Image **${current_song.name}** - *${current_song.author}*
Listening from **${current_song.device_name}**\n` } else {