Skip to content

Commit

Permalink
TTK-26902 fix channelID
Browse files Browse the repository at this point in the history
  • Loading branch information
Yurujai committed Mar 8, 2024
1 parent 5448f53 commit 7db1e90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Command/ImportJobsFromYouTubeDownloadCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ protected function configure(): void

protected function execute(InputInterface $input, OutputInterface $output): int
{
$channel = $input->getOption('channel');
$this->channelId = $channel = $input->getOption('channel');
$limit = (int) $input->getOption('limit') ?? null;

$this->ensureYouTubeAccountExists($input);
Expand Down

0 comments on commit 7db1e90

Please sign in to comment.