-fixed problem where cue'd files were not being played.
This commit is contained in:
parent
dcda802e48
commit
4443d7af66
2 changed files with 2 additions and 0 deletions
|
@ -258,6 +258,7 @@ class CampcasterApiClient(ApiClientInterface):
|
|||
|
||||
try:
|
||||
src = src + "/api_key/" + self.config["api_key"]
|
||||
logger.debug("try to download from %s to %s", src, dst)
|
||||
# check if file exists already before downloading again
|
||||
filename, headers = urllib.urlretrieve(src, dst)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue