CC-2110 : Soundcloud file metadata

This commit is contained in:
Naomi 2011-03-30 15:42:01 -04:00
parent 7706282d2a
commit f184cc596a
2 changed files with 5 additions and 2 deletions

View file

@ -45,7 +45,9 @@ class ATSoundcloud {
'track[title]' => $filename,
'track[asset_data]' => '@' . $filepath,
'track[tag_list]' => $tags,
'track[description]' => $description
'track[description]' => $description,
'track[downloadable]' => true,
);