fix indentation that caused streamable song from lastfm not displayed
This commit is contained in:
parent
53e6204071
commit
3079845bbd
|
@ -110,9 +110,9 @@ class LastFM:
|
||||||
else:
|
else:
|
||||||
album = None
|
album = None
|
||||||
|
|
||||||
timeNode = track.getElementsByTagName('date')[0]
|
timeNode = track.getElementsByTagName('date')[0]
|
||||||
self.lastSongs.append((artist, name, album,
|
self.lastSongs.append((artist, name, album,
|
||||||
int(timeNode.getAttribute('uts'))))
|
int(timeNode.getAttribute('uts'))))
|
||||||
self.scrobbling = True
|
self.scrobbling = True
|
||||||
return True
|
return True
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue