Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make video file extension case invariant #99

Closed
reagle opened this issue Jun 17, 2014 · 1 comment
Closed

Make video file extension case invariant #99

reagle opened this issue Jun 17, 2014 · 1 comment

Comments

@reagle
Copy link

reagle commented Jun 17, 2014

It's done for the .mov extension, might as well for the others -- I just stubbed my toe on this for MP4 files.

gallery.py:    extensions = ('.MOV', '.mov', '.avi', '.mp4', '.webm', '.ogv')
settings.py:    if ext in ('.MOV', '.mov', '.avi', '.mp4', '.webm', '.ogv'):
@saimn saimn closed this as completed in 99077de Jun 18, 2014
@saimn
Copy link
Owner

saimn commented Jun 18, 2014

Good point, thanks !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants