From ff598c1f9de681dbceea22e9db09c25fc64d2a98 Mon Sep 17 00:00:00 2001 From: Arthur DANJOU Date: Mon, 17 Jan 2022 21:40:56 +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 fde53ec..7ee639c 100644 --- a/app/Utils/UpdateGithubReadme.ts +++ b/app/Utils/UpdateGithubReadme.ts @@ -57,8 +57,8 @@ export async function updateGithubReadmeSpotify(): Promise { new_song = ` Spotify Cover Image\n -${current_song.name} by ${current_song.author}
-Listening from ${current_song.device_type}\n` +${current_song.name} _by_ ${current_song.author}
+Listening from *${current_song.device_name}*\n` } else { old_song = readme.content.split('')[1].split('')[0]