This commit is contained in:
Amr Hassan 2008-09-09 20:22:22 +00:00
parent 74b1120745
commit ace8109ad7

View file

@ -780,7 +780,7 @@ class Track(BaseObject, Cacheable, Taggable):
def getAlbumName(self):
"""Returns the name of the album."""
return this._getCachedInfo('album_name')
return self._getCachedInfo('album_name')
def getAlbum(self):
"""Returns the album object of this track."""