Increase logging
This commit is contained in:
parent
9c79a6ddca
commit
0fd4a641ad
1 changed files with 2 additions and 1 deletions
|
@ -1900,7 +1900,8 @@ class API():
|
||||||
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')
|
log.info('Start movie set/collection lookup on themoviedb using %s'
|
||||||
|
% item.get('title', ''))
|
||||||
|
|
||||||
apiKey = settings('themoviedbAPIKey')
|
apiKey = settings('themoviedbAPIKey')
|
||||||
if media_type == v.PLEX_TYPE_SHOW:
|
if media_type == v.PLEX_TYPE_SHOW:
|
||||||
|
|
Loading…
Reference in a new issue