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 '
|
||||
'lookup process')
|
||||
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')
|
||||
if media_type == v.PLEX_TYPE_SHOW:
|
||||
|
|
Loading…
Reference in a new issue