Fixed mpris service name
This commit is contained in:
parent
cdd7e9239e
commit
1e753b3578
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue