/**
  * Gets the thumbnail URL for the album thumbnail image as returned by $this->getAlbumThumbImage();
  * @return string
  * @deprecated since version 1.4.6
  */
 function getAlbumThumb()
 {
     internal_deprecations::getAlbumThumb();
     return $this->getThumb();
 }