Commit c07e749
committed
Run create_thumbnail for both custom and extracted thumbnails
Modified gen_previews() to always call create_thumbnail() regardless of
whether a custom thumbnail exists or not. This ensures all thumbnails
(custom or extracted) are properly sized and formatted.
Previously, custom thumbnails would skip the create_thumbnail step,
potentially resulting in stretched or improperly sized thumbnails.
Addresses feedback from @jessegrabowski1 parent cfa33d7 commit c07e749
1 file changed
Lines changed: 10 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | 126 | | |
133 | | - | |
134 | | - | |
135 | | - | |
136 | | - | |
137 | | - | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
138 | 137 | | |
139 | 138 | | |
140 | 139 | | |
| |||
0 commit comments