Skip to content
Snippets Groups Projects
Commit 3079845b authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

fix indentation that caused streamable song from lastfm not displayed

parent 53e62040
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment