-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)
|
||||
|
||||
|
|
|
@ -67,6 +67,7 @@ try:
|
|||
create_path(BASE_PATH+"bin")
|
||||
create_path(BASE_PATH+"cache")
|
||||
create_path(BASE_PATH+"files")
|
||||
create_path(BASE_PATH+"tmp")
|
||||
create_path(BASE_PATH+"files/basic")
|
||||
create_path(BASE_PATH+"files/fallback")
|
||||
create_path(BASE_PATH+"files/jingles")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue