Add X-Plex-Container-Size to watchlist call and set to maximum#2123
Add X-Plex-Container-Size to watchlist call and set to maximum#2123VossenTech wants to merge 1 commit into
Conversation
|
Thanks @VossenTech for wanting to contribute. However, this is not how What are you trying to fix anyway? Kodi only showing 20 elements in a list? Then my guess is that this is NOT caused by PKC/Plex but by Kodi and the way your widgets are set-up. Some of them "feature" a hard cut-off after X (e.g. X=20) elements. |
|
Yes what I am trying to fix is Kodi only showing 20 elements in a list, if the limit was caused by Kodi widget setup then I would expect adding I did realize that it would be limited to 300 and figured it was better than being limited to 20 for the time being. I will look into DownloadChunks/pagination when I have some time to come back to this. Also thanks for your work on this awesome app that I have been using for many years |
Current watchlist api call is limited to 20 items by default, adding X-Plex-Container-Size header allows a larger number to be provided. I have set it to 300 as that is the maximum plex will accept