Loading modules/PodcastImport/Commands/PodcastImport.php +2 −1 Original line number Diff line number Diff line Loading @@ -74,7 +74,8 @@ class PodcastImport extends BaseCommand $nextImport = end($queuedImports); if (! $nextImport instanceof PodcastImportTask) { throw new Exception('No import in queue.'); // no queued import task, stop process. exit(0); } $this->importTask = $nextImport; Loading Loading
modules/PodcastImport/Commands/PodcastImport.php +2 −1 Original line number Diff line number Diff line Loading @@ -74,7 +74,8 @@ class PodcastImport extends BaseCommand $nextImport = end($queuedImports); if (! $nextImport instanceof PodcastImportTask) { throw new Exception('No import in queue.'); // no queued import task, stop process. exit(0); } $this->importTask = $nextImport; Loading