Skip to content

Commit

Permalink
Add file to the KNOWN_MEDIA_TYPES list
Browse files Browse the repository at this point in the history
  • Loading branch information
DavisRayM committed Apr 20, 2020
1 parent 3f04e43 commit 75e04c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onadata/libs/utils/common_tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
OWNER_TEAM_NAME = "Owners"

API_TOKEN = 'api-token'
KNOWN_MEDIA_TYPES = ['photo', 'image', 'audio', 'video']
KNOWN_MEDIA_TYPES = ['photo', 'image', 'audio', 'video', 'file']
MEDIA_FILE_TYPES = {
"image": ["image/png", "image/jpeg", "image/jpg"],
"audio": ["audio/mp3", "audio/mp4"],
Expand Down

0 comments on commit 75e04c7

Please sign in to comment.