mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-06-18 14:16:13 +00:00
use new date param
This commit is contained in:
parent
e972ae2729
commit
72ff484777
2 changed files with 2 additions and 2 deletions
|
@ -87,7 +87,7 @@ class LibrarySync(threading.Thread):
|
|||
|
||||
lastSync = urllib2.quote(lastSync)
|
||||
|
||||
url = "{server}/Emby.Kodi.SyncQueue/{UserId}/" + lastSync + "/GetItems?format=json"
|
||||
url = "{server}/Emby.Kodi.SyncQueue/{UserId}/GetItems?LastUpdateDT=" + lastSync + "&format=json"
|
||||
utils.logMsg("Sync Database", "Incremental Sync Get Items URL : " + url, 0)
|
||||
|
||||
results = du.downloadUrl(url)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue