From 41d20a6219475bf99e90dd9c155fae5ac356e6fd Mon Sep 17 00:00:00 2001 From: Martijn Kaijser Date: Sun, 11 Nov 2012 13:20:06 +0100 Subject: [PATCH] you can't have two modes at the same time --- default.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.py b/default.py index bd089b6e..8721fb53 100644 --- a/default.py +++ b/default.py @@ -70,7 +70,7 @@ def __init__(self): self.download_artwork(self.Medialist, self.tv_providers) elif self.mediatype == 'musicvideo': 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) else: # If no medianame specified