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
|
@ -448,7 +448,7 @@ class LibrarySync(threading.Thread):
|
|||
allKodiSongIds = list()
|
||||
allEmbySongIds = list()
|
||||
|
||||
allEmbySongs = ReadEmbyDB().getMusicSongs()
|
||||
allEmbySongs = ReadEmbyDB().getMusicSongsTotal()
|
||||
allKodiSongs = ReadKodiDB().getKodiMusicSongs(connection, cursor)
|
||||
|
||||
for kodisong in allKodiSongs:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue