Fix to the extensions fix.

bzr-revno: 1380
This commit is contained in:
Mattias Põldaru 2011-03-12 20:18:10 +02:00 committed by Raoul Snyman
commit b65141f3c7
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ class MediaPlugin(Plugin):
# by providing possibly missing extensions.
if mimetype in self.additional_extensions.keys():
for extension in self.additional_extensions[mimetype]:
ext = u'*%s' % extensions
ext = u'*%s' % extension
if ext not in list:
list.append(ext)
self.serviceManager.supportedSuffixes(extension[1:])