mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-06-16 21:26:14 +00:00
finished video nodes change and main entrypoint listings
removed some redundant logging
This commit is contained in:
parent
d4e44122ba
commit
4ceb66762a
6 changed files with 41 additions and 11 deletions
|
@ -327,8 +327,6 @@ class LibrarySync():
|
|||
else:
|
||||
# If there are changes to the item, perform a full sync of the item
|
||||
if kodiEpisode[2] != API().getChecksum(item):
|
||||
print "previous checksum--> " + kodiEpisode[2]
|
||||
print "new checksum--> " + API().getChecksum(item)
|
||||
WriteKodiDB().addOrUpdateEpisodeToKodiLibrary(item["Id"], kodiShowId, connection, cursor)
|
||||
|
||||
#### EPISODES: PROCESS DELETES #####
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue