forked from openlp/openlp
Fix duplicate ifs
This commit is contained in:
parent
59ca1f5469
commit
77f49258f9
@ -346,7 +346,6 @@ class MediaController(object):
|
||||
QtCore.QVariant(False)).toBool():
|
||||
autoplay = True
|
||||
if autoplay:
|
||||
if not self.video_play([controller]):
|
||||
if not self.video_play([controller]):
|
||||
critical_error_message_box(
|
||||
translate('MediaPlugin.MediaItem', 'Unsupported File'),
|
||||
|
Loading…
Reference in New Issue
Block a user