From 1e753b35785c5a787b4831d81423354800fbdb5b Mon Sep 17 00:00:00 2001 From: RadRussianRus Date: Wed, 31 Mar 2021 06:43:02 +0300 Subject: [PATCH] Fixed mpris service name --- Telegram/SourceFiles/platform/linux/linux_mpris_support.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Telegram/SourceFiles/platform/linux/linux_mpris_support.cpp b/Telegram/SourceFiles/platform/linux/linux_mpris_support.cpp index ab438585e..82728bbb2 100644 --- a/Telegram/SourceFiles/platform/linux/linux_mpris_support.cpp +++ b/Telegram/SourceFiles/platform/linux/linux_mpris_support.cpp @@ -27,7 +27,7 @@ namespace Platform { namespace internal { namespace { -constexpr auto kService = "org.mpris.MediaPlayer2.tdesktop"_cs; +constexpr auto kService = "org.mpris.MediaPlayer2.Kotatogram"_cs; constexpr auto kObjectPath = "/org/mpris/MediaPlayer2"_cs; constexpr auto kFakeTrackPath = "/org/telegram/desktop/track/0"_cs; constexpr auto kInterface = "org.mpris.MediaPlayer2"_cs;