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:
Giancarlo Razzolini 2020-02-26 19:24:55 -03:00 committed by GitHub
parent 3ec743b94b
commit db14a88fc9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,4 +5,4 @@ class Spotify(NowPlaying):
"""
Get Spotify info using dbus interface. Based on `now_playing`_ module.
"""
player_name = "spotify"
player = "spotify"