Playlists: set cue/fade in/out were not saving when editing a playlist

This commit is contained in:
denise 2012-08-16 13:02:48 -04:00
parent 8d28a1cc07
commit 73ec580316
1 changed files with 2 additions and 0 deletions

View File

@ -337,6 +337,8 @@ var AIRTIME = (function(AIRTIME){
.append(json.html);
setUpPlaylist();
setCueEvents();
setFadeEvents();
// functions in smart_playlistbuilder.js
setupUI();