From 48e2ac108d33a95a5d446b0ecec1a05e37611f9a Mon Sep 17 00:00:00 2001 From: Erik Lundin Date: Mon, 29 Oct 2012 00:08:54 +0100 Subject: [PATCH] Fixed bug #1072498 'VLC: Add webm as supported format' Fixes: https://launchpad.net/bugs/1072498 --- openlp/core/ui/media/vlcplayer.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/openlp/core/ui/media/vlcplayer.py b/openlp/core/ui/media/vlcplayer.py index 93f02a344..5b9e3f414 100644 --- a/openlp/core/ui/media/vlcplayer.py +++ b/openlp/core/ui/media/vlcplayer.py @@ -88,7 +88,8 @@ VIDEO_EXT = [ u'*.dts', u'*.xa', u'*.iso', - u'*.vob' + u'*.vob', + u'*.webm' ]