CC-2430: Preview tracks in the library + better preview (ability to jump around in clip)

- updates to audio preview on library and playlist
This commit is contained in:
Daniel 2012-02-14 15:43:27 -05:00
parent 0b9ed43e50
commit 1aab682104
5 changed files with 32 additions and 90 deletions

View file

@ -629,9 +629,7 @@ class Application_Model_StoredFile {
$results = Application_Model_StoredFile::searchFiles($displayColumns, $fromTable, $datatables);
foreach ($results['aaData'] as &$row) {
$row['id'] = intval($row['id']);
$formatter = new LengthFormatter($row['length']);