fix indentation that caused streamable song from lastfm not displayed

This commit is contained in:
Yann Leboulanger 2008-09-29 05:00:41 +00:00
parent 53e6204071
commit 3079845bbd
1 changed files with 3 additions and 3 deletions

View File

@ -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