(fix) updated linux spotify app dbus config

This commit is contained in:
Gabriel Fróes Franco 2018-01-10 00:49:28 -02:00
parent a4a1c83539
commit 3b3d546e89

View File

@ -311,10 +311,10 @@ class SpotifyDbusPlayerSegment(PlayerSegment):
return _get_dbus_player_status( return _get_dbus_player_status(
pl=pl, pl=pl,
player_name='Spotify', player_name='Spotify',
bus_name='com.spotify.qt', bus_name='org.mpris.MediaPlayer2.spotify',
player_path='/', player_path='/org/mpris/MediaPlayer2',
iface_prop='org.freedesktop.DBus.Properties', iface_prop='org.freedesktop.DBus.Properties',
iface_player='org.freedesktop.MediaPlayer2', iface_player='org.mpris.MediaPlayer2.Player',
) )