fix: build

This commit is contained in:
Alex 2023-04-03 10:59:29 +02:00
parent 626a1f58be
commit 3d980f92a3

View File

@ -28,7 +28,7 @@ Mpris::Mpris(const std::string& id, const Json::Value& config)
truncate_hours_(true),
tooltip_len_limits_(false),
// this character is used in Gnome so it's fine to use it here
ellipsis_(u8"\u2026"),
ellipsis_("\u2026"),
player_("playerctld"),
manager(),
player() {