Skip to content

Commit

Permalink
switch from --debug to verbosity levels in occ #352
Browse files Browse the repository at this point in the history
  • Loading branch information
Rello committed Dec 9, 2018
1 parent 1b2672c commit 2c9ea69
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/Controller/ScannerController.php
Original file line number Diff line number Diff line change
Expand Up @@ -749,8 +749,9 @@ public function getProgress()
public function checkNewTracks()
{
// get only the relevant audio files
$this->getAudioObjects();
$this->getStreamObjects();
$output = new NullOutput();
$this->getAudioObjects($output);
$this->getStreamObjects($output);
if ($this->numOfSongs !== 0) {
return 'true';
} else {
Expand Down

0 comments on commit 2c9ea69

Please sign in to comment.