From 90f57d61b94c50c98a6f55de18c6edf3d18aa3fa Mon Sep 17 00:00:00 2001 From: Jake Stanger Date: Wed, 1 Feb 2023 17:52:34 +0000 Subject: [PATCH] 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. --- docs/modules/Music.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/modules/Music.md b/docs/modules/Music.md index 71fe7c7..4e35ff4 100644 --- a/docs/modules/Music.md +++ b/docs/modules/Music.md @@ -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 |