mirror of
https://github.com/ArthurDanjou/artdanj-api.git
synced 2026-01-25 09:10:25 +01:00
Add style for music
This commit is contained in:
@@ -57,8 +57,8 @@ export async function updateGithubReadmeSpotify(): Promise<void> {
|
|||||||
new_song = `
|
new_song = `
|
||||||
<img alt="Spotify Cover Image" width="100em" height="100em" src="${current_song.image!.url}" />\n
|
<img alt="Spotify Cover Image" width="100em" height="100em" src="${current_song.image!.url}" />\n
|
||||||
|
|
||||||
${current_song.name} by ${current_song.author} <br/>
|
${current_song.name} _by_ ${current_song.author} <br/>
|
||||||
Listening from ${current_song.device_type}\n`
|
Listening from *${current_song.device_name}*\n`
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
old_song = readme.content.split('<!-- Start Song -->')[1].split('<!-- End Song -->')[0]
|
old_song = readme.content.split('<!-- Start Song -->')[1].split('<!-- End Song -->')[0]
|
||||||
|
|||||||
Reference in New Issue
Block a user