mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-08-14 00:26:21 +00:00
Cleaned up the thumbnails by switching to .png
This commit is contained in:
@@ -193,7 +193,7 @@ class Document(models.Model):
|
||||
settings.MEDIA_ROOT,
|
||||
"documents",
|
||||
"thumbnails",
|
||||
"{:07}.jpg.gpg".format(self.pk)
|
||||
"{:07}.png.gpg".format(self.pk)
|
||||
)
|
||||
|
||||
@property
|
||||
|
Reference in New Issue
Block a user