Commit 0fa374ab authored by Donald Buczek's avatar Donald Buczek
Browse files

Fix typo in ogg media format description

parent 3cd93351
......@@ -47,7 +47,7 @@ class VideoQuality(ChoiceEnum):
class MediaFormats(ChoiceEnum):
webm = 'VP8 and Vorbis in WebM'
mp4 = 'H.264 and MP3 in Mp4'
ogg = 'Theora and Voris in Ogg'
ogg = 'Theora and Vorbis in Ogg'
def get_quality_param(self, quality):
if self is MediaFormats.webm:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment