Less logging
This commit is contained in:
parent
b7a6a58da3
commit
b781a764ef
1 changed files with 2 additions and 2 deletions
|
@ -1037,7 +1037,7 @@ class API(object):
|
||||||
LOG.info('Plex did not provide ID for IMDB or TVDB. Start '
|
LOG.info('Plex did not provide ID for IMDB or TVDB. Start '
|
||||||
'lookup process')
|
'lookup process')
|
||||||
else:
|
else:
|
||||||
LOG.info('Start movie set/collection lookup on themoviedb with %s',
|
LOG.debug('Start movie set/collection lookup on themoviedb with %s',
|
||||||
item.get('title', ''))
|
item.get('title', ''))
|
||||||
|
|
||||||
api_key = utils.settings('themoviedbAPIKey')
|
api_key = utils.settings('themoviedbAPIKey')
|
||||||
|
|
Loading…
Reference in a new issue