Closed Hressa closed 3 weeks ago
the use of {icon} {} produces an error in the format string, seen below. This causes the text in the media display to not show.
{icon} {}
[2024-10-21 18:19:16.544] [error] custom/media: cannot switch from manual to automatic argument indexing
using {0} {1} produces the intended result.
{0} {1}
With the fix:
without the fix:
I can confirm that this indeed fixes this issue. Thanks for the help and PR! merging
the use of
{icon} {}
produces an error in the format string, seen below. This causes the text in the media display to not show.[2024-10-21 18:19:16.544] [error] custom/media: cannot switch from manual to automatic argument indexing
using
{0} {1}
produces the intended result.With the fix:
without the fix: