Skip to content
This repository was archived by the owner on Aug 7, 2024. It is now read-only.

Added support for Quicktime (.mov) media uploads. #372

Merged
merged 2 commits into from
Jul 24, 2016

Conversation

BenjyWiener
Copy link
Contributor

@BenjyWiener BenjyWiener commented Jul 24, 2016

This change is Reviewable

@@ -200,7 +200,8 @@ def parse_media_file(passed_media):
'image/gif',
'image/bmp',
'image/webp']
video_formats = ['video/mp4']
video_formats = ['video/mp4,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You're missing a closing quotation mark.

@codecov-io
Copy link

codecov-io commented Jul 24, 2016

Current coverage is 69.12% (diff: 100%)

Merging #372 into master will not change coverage

@@             master       #372   diff @@
==========================================
  Files             8          8          
  Lines          2018       2018          
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
  Hits           1395       1395          
  Misses          623        623          
  Partials          0          0          

Powered by Codecov. Last update e97d4e0...d2e79ea

@jeremylow
Copy link
Collaborator

Reviewed 1 of 1 files at r2.
Review status: all files reviewed at latest revision, all discussions resolved.


Comments from Reviewable

@jeremylow jeremylow merged commit 99e0cff into bear:master Jul 24, 2016
@jeremylow
Copy link
Collaborator

Thanks for the PR!

@BenjyWiener BenjyWiener deleted the patch-1 branch July 24, 2016 18:49
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants