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]