Less logs if movie diff found
This commit is contained in:
parent
5c35ce651b
commit
5c3605ddd1
1 changed files with 0 additions and 1 deletions
|
@ -512,7 +512,6 @@ class LibrarySync(threading.Thread):
|
||||||
kodi_checksum = all_kodimoviesId.get(itemid)
|
kodi_checksum = all_kodimoviesId.get(itemid)
|
||||||
all_plexmoviesIds.append(plex_checksum)
|
all_plexmoviesIds.append(plex_checksum)
|
||||||
if kodi_checksum != plex_checksum:
|
if kodi_checksum != plex_checksum:
|
||||||
self.logMsg("Kodimovie unequal to Embymovie: %s %s" % (kodi_checksum, plex_checksum), 2)
|
|
||||||
# Only update if movie is not in Kodi or checksum is different
|
# Only update if movie is not in Kodi or checksum is different
|
||||||
updatelist.append(itemid)
|
updatelist.append(itemid)
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in a new issue