- More Last.fm work

This commit is contained in:
noisymime 2008-03-07 07:30:13 +00:00
parent 8cfff05f14
commit b6cf313598
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ class album:
def import_from_mythObject(self, mythObject):
try:
self.artistID = mythObject[0]
self.artistID = mythObject[0]['artist_id']
self.name = mythObject[1]
self.image = mythObject[2]