CC-2301 : updating playlist offsets in playlist builder to reflect crossfade overlaps.
This commit is contained in:
parent
2462e4f144
commit
2a1ac0ddb9
4 changed files with 15 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue