forked from openlp/openlp
Added .m4v to list of allowed VLC extensions.
This commit is contained in:
parent
73fa43209e
commit
85920b2132
@ -73,7 +73,7 @@ VIDEO_EXT = [
|
|||||||
u'*.avi',
|
u'*.avi',
|
||||||
u'*.flv',
|
u'*.flv',
|
||||||
u'*.mov',
|
u'*.mov',
|
||||||
u'*.mp4',
|
u'*.mp4', u'*.m4v',
|
||||||
u'*.ogm', u'*.ogv',
|
u'*.ogm', u'*.ogv',
|
||||||
u'*.mkv', u'*.mka',
|
u'*.mkv', u'*.mka',
|
||||||
u'*.ts', u'*.mpg',
|
u'*.ts', u'*.mpg',
|
||||||
|
Loading…
Reference in New Issue
Block a user