forked from openlp/openlp
Fixed bug #1072498 'VLC: Add webm as supported format'
Fixes: https://launchpad.net/bugs/1072498
This commit is contained in:
parent
f8a098f57c
commit
48e2ac108d
@ -88,7 +88,8 @@ VIDEO_EXT = [
|
|||||||
u'*.dts',
|
u'*.dts',
|
||||||
u'*.xa',
|
u'*.xa',
|
||||||
u'*.iso',
|
u'*.iso',
|
||||||
u'*.vob'
|
u'*.vob',
|
||||||
|
u'*.webm'
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user