From 6ff24bd1fd748921c63854df888c7931e07282a1 Mon Sep 17 00:00:00 2001 From: Daniel Date: Wed, 8 Feb 2012 11:55:08 -0500 Subject: [PATCH] Updated Library logic so I can play a song in the library. Still need to be able to get the song file from the element and update the playlist builder so its player respects cuein/cueout and fadein/fadeout --- airtime_mvc/public/js/airtime/library/library.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airtime_mvc/public/js/airtime/library/library.js b/airtime_mvc/public/js/airtime/library/library.js index 42aa267ef..355b76a37 100644 --- a/airtime_mvc/public/js/airtime/library/library.js +++ b/airtime_mvc/public/js/airtime/library/library.js @@ -620,4 +620,4 @@ function addQtipToSCIcons(){ }); } }); -} \ No newline at end of file +}