diff --git a/Telegram/SourceFiles/platform/linux/linux_mpris_support.cpp b/Telegram/SourceFiles/platform/linux/linux_mpris_support.cpp
index ab438585e..f6d936ca4 100644
--- a/Telegram/SourceFiles/platform/linux/linux_mpris_support.cpp
+++ b/Telegram/SourceFiles/platform/linux/linux_mpris_support.cpp
@@ -36,59 +36,59 @@ constexpr auto kPropertiesInterface = "org.freedesktop.DBus.Properties"_cs;
constexpr auto kSongType = AudioMsgId::Type::Song;
constexpr auto kIntrospectionXML = R"INTROSPECTION(
-
-
-
-
-
-
-
-
-
-
-
-
-
- )INTROSPECTION"_cs;
+
+
+
+
+
+
+
+
+
+
+
+
+
+)INTROSPECTION"_cs;
constexpr auto kPlayerIntrospectionXML = R"INTROSPECTION(
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- )INTROSPECTION"_cs;
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+)INTROSPECTION"_cs;
auto CreateMetadata(const Media::Player::TrackState &state) {
std::map result;