Skip to content

Commit e5ac965

Browse files
committed
Final fix: Remove all Archive.org references from FetchLibriVoxAudiobooks command
1 parent 5d38273 commit e5ac965

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/Console/Commands/FetchLibriVoxAudiobooks.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public function handle()
4949
{
5050
$limit = (int) $this->option('limit');
5151
$offset = (int) $this->option('offset');
52-
$since = $this->option('since');
52+
$since = (string) $this->option('since'); // Cast to string
5353
$isDryRun = (bool) $this->option('dry-run'); // Cast to boolean
5454

5555
$this->info("Fetching {$limit} audiobooks from LibriVox API (offset: {$offset}" . ($since ? ", since: {$since}" : "") . ")...");

0 commit comments

Comments
 (0)