Skip to content

Commit 06da272

Browse files
Update Options.php
1 parent f1ff203 commit 06da272

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Diff for: src/Options.php

+4-2
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,9 @@ class Options
149149

150150
// Thumbnail Images Options
151151
private bool $writeThumbnail = false;
152-
private string $convertThumbnail = 'jpg';
153152
private bool $writeAllThumbnails = false;
153+
private string $convertThumbnail = 'jpg';
154+
154155

155156
// Verbosity / Simulation Options
156157
private bool $skipDownload = false;
@@ -1848,8 +1849,9 @@ public function toArray(): array
18481849
'rm-cache-dir' => $this->rmCacheDir,
18491850
// Thumbnail Images Options
18501851
'write-thumbnail' => $this->writeThumbnail,
1851-
'convert-thumbnail' => $this->convertThumbnail,
18521852
'write-all-thumbnails' => $this->writeAllThumbnails,
1853+
'convert-thumbnail' => $this->convertThumbnail,
1854+
18531855
// Verbosity / Simulation Options
18541856
'skip-download' => $this->skipDownload,
18551857
'verbose' => $this->verbose,

0 commit comments

Comments
 (0)