mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-11 17:17:26 +01:00
Removes last vestiges of PNG from the tests, code, docs and samples
This commit is contained in:
parent
cc4cea1a41
commit
1df517afd3
19 changed files with 14 additions and 60 deletions
|
|
@ -189,7 +189,7 @@ class Command(BaseCommand):
|
|||
original_target = os.path.join(self.target, original_name)
|
||||
document_dict[EXPORTER_FILE_NAME] = original_name
|
||||
|
||||
thumbnail_name = base_name + "-thumbnail.png"
|
||||
thumbnail_name = base_name + "-thumbnail.webp"
|
||||
thumbnail_target = os.path.join(self.target, thumbnail_name)
|
||||
document_dict[EXPORTER_THUMBNAIL_NAME] = thumbnail_name
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue