mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Remove Ancestor found debug (info) log
This commit is contained in:
parent
70ef07276a
commit
a2d0c3cb49
1 changed files with 0 additions and 1 deletions
|
@ -546,7 +546,6 @@ def find_library(server, item):
|
|||
ancestors = server.jellyfin.get_ancestors(item['Id'])
|
||||
for ancestor in ancestors:
|
||||
if ancestor['Id'] in sync['Whitelist']:
|
||||
LOG.info('Ancestor Found')
|
||||
return ancestor
|
||||
|
||||
LOG.error('No ancestor found, not syncing item with ID: {}'.format(item['Id']))
|
||||
|
|
Loading…
Reference in a new issue