mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
fix url building
This commit is contained in:
parent
20691716b7
commit
a2be3f50d4
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ class ReadEmbyDB():
|
||||||
userid = downloadUtils.getUserId()
|
userid = downloadUtils.getUserId()
|
||||||
|
|
||||||
if not fullSync:
|
if not fullSync:
|
||||||
sortstring = "?Limit=20&SortBy=DateCreated"
|
sortstring = "&Limit=20&SortBy=DateCreated"
|
||||||
else:
|
else:
|
||||||
sortstring = "&SortBy=SortName"
|
sortstring = "&SortBy=SortName"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue