From ace8109ad7ebeebdc746bdddf3360e092c72f487 Mon Sep 17 00:00:00 2001 From: Amr Hassan Date: Tue, 9 Sep 2008 20:22:22 +0000 Subject: [PATCH] --- pylast.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pylast.py b/pylast.py index 287e51c..1c76b56 100644 --- a/pylast.py +++ b/pylast.py @@ -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."""