spotify: Fix the spotify module (#773)
The now_playing module does not use player_name anymore so the spotify module is broken. Change it to use player so it works correctly.
This commit is contained in:
parent
3ec743b94b
commit
db14a88fc9
@ -5,4 +5,4 @@ class Spotify(NowPlaying):
|
|||||||
"""
|
"""
|
||||||
Get Spotify info using dbus interface. Based on `now_playing`_ module.
|
Get Spotify info using dbus interface. Based on `now_playing`_ module.
|
||||||
"""
|
"""
|
||||||
player_name = "spotify"
|
player = "spotify"
|
||||||
|
Loading…
Reference in New Issue
Block a user