CC-4090: Make code style PSR compliant
This commit is contained in:
parent
632f039977
commit
39760f8494
1 changed files with 10 additions and 12 deletions
|
@ -612,9 +612,8 @@ class ApiController extends Zend_Controller_Action
|
||||||
$this->view->error = "File does not exist in Airtime.";
|
$this->view->error = "File does not exist in Airtime.";
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
} else {
|
||||||
//Updating a metadata change.
|
//Updating a metadata change.
|
||||||
else {
|
|
||||||
$file->setMetadata($md);
|
$file->setMetadata($md);
|
||||||
}
|
}
|
||||||
} else if ($mode == "moved") {
|
} else if ($mode == "moved") {
|
||||||
|
@ -841,7 +840,6 @@ class ApiController extends Zend_Controller_Action
|
||||||
$f->delete();
|
$f->delete();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($watchDir) {
|
if ($watchDir) {
|
||||||
Application_Model_MusicDir::removeWatchedDir($rd, false);
|
Application_Model_MusicDir::removeWatchedDir($rd, false);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue