mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
correct missed change when removing http shortcuts
This commit is contained in:
parent
b7fa48ea84
commit
ae3dc2ab0f
1 changed files with 1 additions and 1 deletions
|
@ -303,7 +303,7 @@ class GetItemWorker(threading.Thread):
|
||||||
}
|
}
|
||||||
|
|
||||||
try:
|
try:
|
||||||
result = self.server['http/request'](request, s)
|
result = self.server.http.request(request, s)
|
||||||
|
|
||||||
for item in result['Items']:
|
for item in result['Items']:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue