mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Remove redudant indenattion level in MPRIS XML
This commit is contained in:
parent
9a6e571154
commit
30c86523ff
1 changed files with 51 additions and 51 deletions
|
@ -49,7 +49,7 @@ constexpr auto kIntrospectionXML = R"INTROSPECTION(<node>
|
|||
<property name='Fullscreen' type='b' access='readwrite'/>
|
||||
<property name='CanSetFullscreen' type='b' access='read'/>
|
||||
</interface>
|
||||
</node>)INTROSPECTION"_cs;
|
||||
</node>)INTROSPECTION"_cs;
|
||||
|
||||
constexpr auto kPlayerIntrospectionXML = R"INTROSPECTION(<node>
|
||||
<interface name='org.mpris.MediaPlayer2.Player'>
|
||||
|
@ -88,7 +88,7 @@ constexpr auto kPlayerIntrospectionXML = R"INTROSPECTION(<node>
|
|||
<property name='CanSeek' type='b' access='read'/>
|
||||
<property name='CanControl' type='b' access='read'/>
|
||||
</interface>
|
||||
</node>)INTROSPECTION"_cs;
|
||||
</node>)INTROSPECTION"_cs;
|
||||
|
||||
auto CreateMetadata(const Media::Player::TrackState &state) {
|
||||
std::map<Glib::ustring, Glib::VariantBase> result;
|
||||
|
|
Loading…
Add table
Reference in a new issue