Skip to content

Commit 0250e8d

Browse files
lnuJanDeDobbeleer
authored andcommitted
fix: spotify doc
Issue with the properties code.
1 parent bea3258 commit 0250e8d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/docs/segment-spotify.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ Be aware this can make the prompt a tad bit slower as it needs to get a response
1919
"foreground": "#ffffff",
2020
"background": "#1BD760",
2121
"properties": {
22-
"prefix": " ",
23-
"playing_icon": " ",
24-
"paused_icon": " ",
25-
"stopped_icon": " ",
22+
"prefix": "\uF9C6 ",
23+
"playing_icon": "\uE602 ",
24+
"paused_icon": "\uF8E3 ",
25+
"stopped_icon": "\uF04D ",
2626
"track_separator" : " - "
2727
}
2828
}
@@ -32,5 +32,5 @@ Be aware this can make the prompt a tad bit slower as it needs to get a response
3232

3333
- playing_icon: `string` - text/icon to show when playing - defaults to `\uE602 `
3434
- paused_icon: `string` - text/icon to show when paused - defaults to `\uF8E3 `
35-
- stopped_icon: `string` - text/icon to show when paused - defaults to `\uF04D `
35+
- stopped_icon: `string` - text/icon to show when paused - defaults to `\uF04D `
3636
- track_separator: `string` - text/icon to put between the artist and song name - defaults to ` - `

0 commit comments

Comments
 (0)