CC-2795: Give option to set download flag of recorded shows uploaded
to Soundcloud by default - fixed name of Soundcloud Model class
This commit is contained in:
parent
d4063a8234
commit
b4d4c54c31
5 changed files with 5 additions and 6 deletions
|
@ -944,7 +944,7 @@ class Application_Model_StoredFile {
|
|||
$genre = $file->getDbGenre();
|
||||
$release = $file->getDbYear();
|
||||
try {
|
||||
$soundcloud = new Application_Model_AtSoundcloud();
|
||||
$soundcloud = new Application_Model_Soundcloud();
|
||||
$soundcloud_id = $soundcloud->uploadTrack($this->getFilePath(), $this->getName(), $description, $tag, $release, $genre);
|
||||
$this->setSoundCloudFileId($soundcloud_id);
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue