fix(mobile): accept video as shared content

Close #10792
This commit is contained in:
Andelf
2024-01-03 13:17:33 +08:00
parent a9fb491811
commit 47018a45bf

View File

@@ -124,7 +124,7 @@
(def video-formats
#{:mp4 :webm :mov :flv :avi :mkv})
(def media-formats (set/union (gp-config/img-formats) audio-formats))
(def media-formats (set/union (gp-config/img-formats) audio-formats video-formats))
(defn extname-of-supported?
([input] (extname-of-supported?