diff --git a/app/Track.php b/app/Track.php index bde4ce9b..2c25ed11 100644 --- a/app/Track.php +++ b/app/Track.php @@ -24,6 +24,7 @@ use Auth; use Cache; use Config; use DB; +use Poniverse\Ponyfm\Exceptions\TrackFileNotFoundException; use Poniverse\Ponyfm\Traits\SlugTrait; use Exception; use External;