No need to use disable check in automation

This commit is contained in:
Ruud
2013-10-13 22:12:27 +02:00
parent c772758683
commit 3535f44db9
@@ -16,9 +16,6 @@ class ITunes(Automation, RSS):
def getIMDBids(self):
if self.isDisabled():
return
movies = []
enablers = [tryInt(x) for x in splitString(self.conf('automation_urls_use'))]