Less logging
This commit is contained in:
parent
82283dbf44
commit
7297267613
1 changed files with 1 additions and 1 deletions
|
@ -653,7 +653,7 @@ class KodiDBMethods(object):
|
|||
movie_id = self.cursor.fetchone()[0]
|
||||
typus = v.KODI_TYPE_EPISODE
|
||||
except TypeError:
|
||||
LOG.warn('Unexpectantly did not find a match!')
|
||||
LOG.debug('Did not find a video DB match')
|
||||
return
|
||||
return movie_id, typus
|
||||
|
||||
|
|
Loading…
Reference in a new issue