This commit is contained in:
parent
74b1120745
commit
ace8109ad7
1 changed files with 1 additions and 1 deletions
|
@ -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."""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue