Don't use weird chars in srrdb check
This commit is contained in:
@@ -292,7 +292,7 @@ class Searcher(Plugin):
|
||||
return False
|
||||
|
||||
def checkNFO(self, check_name, imdb_id):
|
||||
cache_key = 'srrdb.com %s' % check_name
|
||||
cache_key = 'srrdb.com %s' % simplifyString(check_name)
|
||||
|
||||
nfo = self.getCache(cache_key)
|
||||
if not nfo:
|
||||
|
||||
Reference in New Issue
Block a user