CC-2236: Overbooked shows do not respect default fade time

-once a release we manage to break fades :) fixed.
This commit is contained in:
Martin Konecny 2012-10-22 16:23:33 -04:00
parent 0084f8ce93
commit 780a05c2aa
2 changed files with 3 additions and 3 deletions

View file

@ -27,7 +27,7 @@ def append_title(m) =
end
end
def crossfade(s)
def crossfade_airtime(s)
#duration is automatically overwritten by metadata fields passed in
#with audio
s = fade.in(type="log", duration=0., s)