mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-12-15 03:23:17 +00:00
Removed blocks of commented out code
This commit is contained in:
parent
8f572ec313
commit
109c107532
2 changed files with 1 additions and 168 deletions
|
|
@ -390,12 +390,6 @@ class Library(threading.Thread):
|
|||
sync = get_sync()
|
||||
LOG.info("--[ retrieve changes ] %s", last_sync)
|
||||
|
||||
"""
|
||||
for library in sync['Whitelist']:
|
||||
|
||||
data = self.server.jellyfin.get_date_modified(last_sync, library.replace('Mixed:', ""), "Series,Episode,BoxSet,Movie,MusicVideo,MusicArtist,MusicAlbum,Audio")
|
||||
[self.updated_output[query['Type']].put(query) for query in data['Items']]
|
||||
"""
|
||||
try:
|
||||
updated = []
|
||||
userdata = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue