Skip to content

Commit

Permalink
you can't have two modes at the same time
Browse files Browse the repository at this point in the history
  • Loading branch information
MartijnKaijser committed Nov 11, 2012
1 parent c60ab54 commit 41d20a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default.py
Expand Up @@ -70,7 +70,7 @@ def __init__(self):
self.download_artwork(self.Medialist, self.tv_providers) self.download_artwork(self.Medialist, self.tv_providers)
elif self.mediatype == 'musicvideo': elif self.mediatype == 'musicvideo':
self.download_artwork(self.Medialist, self.musicvideo_providers) self.download_artwork(self.Medialist, self.musicvideo_providers)
if not dialog_msg('iscanceled', background = self.settings.background) and not self.mode == 'customgui' and not self.mode == 'gui': if not dialog_msg('iscanceled', background = self.settings.background) and not (self.mode == 'customgui' or self.mode == 'gui'):
self._batch_download(self.download_list) self._batch_download(self.download_list)
else: else:
# If no medianame specified # If no medianame specified
Expand Down

0 comments on commit 41d20a6

Please sign in to comment.