fix url building

This commit is contained in:
faush01 2015-03-19 15:38:15 +11:00
parent 20691716b7
commit a2be3f50d4
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ class ReadEmbyDB():
userid = downloadUtils.getUserId()
if not fullSync:
sortstring = "?Limit=20&SortBy=DateCreated"
sortstring = "&Limit=20&SortBy=DateCreated"
else:
sortstring = "&SortBy=SortName"