Removed amazon s3 signature from pypo cache file name.

Stopped pyppo from downloading amazon s3 files if it already exists in the pypo cache dir.
This commit is contained in:
drigato 2014-10-22 14:17:44 -04:00
parent f775bedb49
commit 9726fb80d2
5 changed files with 45 additions and 22 deletions

View file

@ -491,7 +491,7 @@ SQL;
{
assert($this->_file);
return $this->_file->getAbsoluteFilePath();
return $this->_file->getURLForTrackPreviewOrDownload();
}
/**