mirror of
https://github.com/sysadminsmedia/homebox.git
synced 2025-12-21 21:33:02 +01:00
More image type support for thumbnails (#814)
This commit is contained in:
@@ -2193,6 +2193,10 @@ const docTemplate = `{
|
||||
"description": "ID of the ent.",
|
||||
"type": "string"
|
||||
},
|
||||
"mime_type": {
|
||||
"description": "MimeType holds the value of the \"mime_type\" field.",
|
||||
"type": "string"
|
||||
},
|
||||
"path": {
|
||||
"description": "Path holds the value of the \"path\" field.",
|
||||
"type": "string"
|
||||
@@ -3122,6 +3126,9 @@ const docTemplate = `{
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"mimeType": {
|
||||
"type": "string"
|
||||
},
|
||||
"path": {
|
||||
"type": "string"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user