docs(music): remove irrelevant icon format token

BREAKING CHANGE: (Missed from #96141d4) The `{icon}` token has been removed from the `music` module due to incompatibility with the new image/icon support. The icon now always displays as a separate widget before the label and should be removed from your formatting string.
This commit is contained in:
Jake Stanger
2023-02-01 17:52:34 +00:00
parent 0b9af6bb26
commit 90f57d61b9

View File

@@ -116,7 +116,6 @@ and will be replaced with values from the currently playing track:
| Token | Description |
|--------------|--------------------------------------|
| `{icon}` | Either `icons.play` or `icons.pause` |
| `{title}` | Title |
| `{album}` | Album name |
| `{artist}` | Artist name |