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:
parent
f775bedb49
commit
9726fb80d2
5 changed files with 45 additions and 22 deletions
|
@ -491,7 +491,7 @@ SQL;
|
|||
{
|
||||
assert($this->_file);
|
||||
|
||||
return $this->_file->getAbsoluteFilePath();
|
||||
return $this->_file->getURLForTrackPreviewOrDownload();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue