mirror of
https://github.com/kristoferssolo/solorice.git
synced 2026-02-04 06:32:03 +00:00
Update 2025-01-19
This commit is contained in:
@@ -95,9 +95,9 @@ previewers = [
|
||||
{mime = "image/vnd.djvu", run = "noop"},
|
||||
{mime = "image/*", run = "image"},
|
||||
# Video
|
||||
{mime = "video/*", run = "video"},
|
||||
# {mime = "video/*", run = "video"},
|
||||
# PDF
|
||||
{mime = "application/pdf", run = "pdf"},
|
||||
# {mime = "application/pdf", run = "pdf"},
|
||||
# Fallback
|
||||
{name = "*", run = "file"},
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user