forked from openlp/openlp
Changed extenstion to *.*
This commit is contained in:
parent
633bbc02cf
commit
1ac1619b85
@ -81,8 +81,8 @@ class PhononPlayer(MediaPlayer):
|
|||||||
except UnicodeDecodeError:
|
except UnicodeDecodeError:
|
||||||
log.exception(u'UnicodeDecodeError when trying to read mime types.'
|
log.exception(u'UnicodeDecodeError when trying to read mime types.'
|
||||||
'Setting extensions to all files')
|
'Setting extensions to all files')
|
||||||
self.audio_extensions_list = [u'*']
|
self.audio_extensions_list = [u'*.*']
|
||||||
self.video_extensions_list = [u'*']
|
self.video_extensions_list = [u'*.*']
|
||||||
|
|
||||||
def _addToList(self, list, mimetype):
|
def _addToList(self, list, mimetype):
|
||||||
# Add all extensions which mimetypes provides us for supported types.
|
# Add all extensions which mimetypes provides us for supported types.
|
||||||
|
Loading…
Reference in New Issue
Block a user