CC-1469: Crossfading support (non-equal power)
-webstreams scheduled in the future are now working...
This commit is contained in:
parent
dd7fc61e23
commit
445573dcdb
5 changed files with 177 additions and 598 deletions
|
@ -540,7 +540,7 @@ class PypoFetch(Thread):
|
|||
#check if this file is opened (sometimes Liquidsoap is still
|
||||
#playing the file due to our knowledge of the track length
|
||||
#being incorrect!)
|
||||
if not self.is_file_opened():
|
||||
if not self.is_file_opened(path):
|
||||
os.remove(path)
|
||||
except Exception, e:
|
||||
self.logger.error(e)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue