CC-2301 : updating playlist offsets in playlist builder to reflect crossfade overlaps.

This commit is contained in:
Naomi 2013-04-30 16:27:31 -04:00
parent 2462e4f144
commit 2a1ac0ddb9
4 changed files with 15 additions and 1 deletions

View file

@ -167,6 +167,7 @@ var AIRTIME = (function(AIRTIME){
function(json){
$el.dialog('destroy');
$el.remove();
if (json.error !== undefined){
playlistError(json);
@ -199,6 +200,7 @@ var AIRTIME = (function(AIRTIME){
function(json){
$el.dialog('destroy');
$el.remove();
if (json.error !== undefined){
playlistError(json);