Don't show trailer 404 errors

This commit is contained in:
Ruud
2012-10-14 17:32:45 +02:00
parent 3ffc6e122e
commit 4dfd8b4cd5
2 changed files with 17 additions and 3 deletions
+2 -1
View File
@@ -239,7 +239,8 @@ class Plugin(object):
self.setCache(cache_key, data, timeout = cache_timeout)
return data
except:
pass
if not kwargs.get('show_error'):
raise
def setCache(self, cache_key, value, timeout = 300):
log.debug('Setting cache %s', cache_key)