Update LastFM
This commit is contained in:
parent
a99183de29
commit
21bd5e7868
|
|
@ -177,6 +177,7 @@ class LastFM(callbacks.Plugin):
|
|||
|
||||
playcount = userinfo.get_now_playing().get_userplaycount()
|
||||
#track_with_user = pylast.Track(artist=track.artist, title=track.title, network=self.network, username=username)
|
||||
#playcount = track_with_user.get_userplaycount()
|
||||
|
||||
message = "{} {} is listening to: {} ({} plays{})".format(
|
||||
self.prepend,
|
||||
|
|
|
|||
Loading…
Reference in New Issue