mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-06-17 13:46:14 +00:00
First attempt at fixing music
Pull the list of songs in batch of 200 items to prevent timeouts.
This commit is contained in:
parent
94055c952c
commit
59aaa4d42b
3 changed files with 21 additions and 2 deletions
|
@ -27,7 +27,7 @@ class DownloadUtils():
|
|||
|
||||
# Requests session
|
||||
s = None
|
||||
timeout = 30
|
||||
timeout = 60
|
||||
|
||||
def __init__(self):
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue