diff --git a/backend/src/app/rpc/mutations/media.clj b/backend/src/app/rpc/mutations/media.clj index bfe876df1..2609f00d3 100644 --- a/backend/src/app/rpc/mutations/media.clj +++ b/backend/src/app/rpc/mutations/media.clj @@ -124,7 +124,8 @@ :thumbnail-id (:id thumb) :width (:width source-info) :height (:height source-info) - :mtype source-mtype}))) + :mtype source-mtype} + {:on-conflict-do-nothing true}))) ;; --- Create File Media Object (from URL)