fix indentation that caused streamable song from lastfm not displayed
This commit is contained in:
parent
53e6204071
commit
3079845bbd
1 changed files with 3 additions and 3 deletions
|
@ -110,9 +110,9 @@ class LastFM:
|
|||
else:
|
||||
album = None
|
||||
|
||||
timeNode = track.getElementsByTagName('date')[0]
|
||||
self.lastSongs.append((artist, name, album,
|
||||
int(timeNode.getAttribute('uts'))))
|
||||
timeNode = track.getElementsByTagName('date')[0]
|
||||
self.lastSongs.append((artist, name, album,
|
||||
int(timeNode.getAttribute('uts'))))
|
||||
self.scrobbling = True
|
||||
return True
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue