From e5be371cfe06f7744446512e5e38dfe0f78bd939 Mon Sep 17 00:00:00 2001 From: Arthur DANJOU Date: Mon, 17 Jan 2022 21:41:52 +0100 Subject: [PATCH] Add style for music --- 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 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` }