File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -149,8 +149,9 @@ class Options
149
149
150
150
// Thumbnail Images Options
151
151
private bool $ writeThumbnail = false ;
152
- private string $ convertThumbnail = 'jpg ' ;
153
152
private bool $ writeAllThumbnails = false ;
153
+ private string $ convertThumbnail = 'jpg ' ;
154
+
154
155
155
156
// Verbosity / Simulation Options
156
157
private bool $ skipDownload = false ;
@@ -1848,8 +1849,9 @@ public function toArray(): array
1848
1849
'rm-cache-dir ' => $ this ->rmCacheDir ,
1849
1850
// Thumbnail Images Options
1850
1851
'write-thumbnail ' => $ this ->writeThumbnail ,
1851
- 'convert-thumbnail ' => $ this ->convertThumbnail ,
1852
1852
'write-all-thumbnails ' => $ this ->writeAllThumbnails ,
1853
+ 'convert-thumbnail ' => $ this ->convertThumbnail ,
1854
+
1853
1855
// Verbosity / Simulation Options
1854
1856
'skip-download ' => $ this ->skipDownload ,
1855
1857
'verbose ' => $ this ->verbose ,
You can’t perform that action at this time.
0 commit comments