Fix one instance of previous reference to sync task

This commit is contained in:
Buster "Silver Eagle" Neece 2018-05-28 21:55:29 -05:00
parent 8c0103498d
commit c3bdd50a4a
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ class StationRepository extends BaseRepository
$this->_em->flush();
// Scan directory for any existing files.
$media_sync = new \AzuraCast\Sync\Media($this->_em);
$media_sync = new \AzuraCast\Sync\Task\Media($this->_em);
set_time_limit(600);
$media_sync->importMusic($station);