This commit is contained in:
phill-ridout 2013-03-12 21:26:38 +00:00
parent 2c01be044c
commit d5f8201c8b
1 changed files with 1 additions and 0 deletions

View File

@ -77,6 +77,7 @@ class PhononPlayer(MediaPlayer):
self._addToList(self.audio_extensions_list, mimetype)
elif mimetype.startswith(u'video/'):
self._addToList(self.video_extensions_list, mimetype)
# Work arround for http://bugs.python.org/issue9291
except UnicodeDecodeError:
log.exception(u'UnicodeDecodeError when trying to read mime types.'
' Setting extensions to all files')