forked from openlp/openlp
Remove bogus data.
This commit is contained in:
parent
fdb5c57468
commit
a5e8833132
@ -47,8 +47,7 @@ class MediaPlugin(Plugin):
|
||||
self.dnd_id = u'Media'
|
||||
# This is yet a dummy example:
|
||||
self.additional_extensions = {
|
||||
'audio/msaudio': ['.mp3', '.aac'],
|
||||
'video/msvideo': ['.wmv', '.avi']}
|
||||
'video/msvideo': ['.avi']} # only an example line, unnecessary
|
||||
self.audio_extensions_list = []
|
||||
self.video_extensions_list = []
|
||||
mimetypes.init()
|
||||
|
Loading…
Reference in New Issue
Block a user