python-plexapi/plexapi
JonnyWong16 684bbde89b
Change search break condition
Fixes #694
When using a PlexAPI operator, fetchItems may return zero results in the first container causing the loop to break early. This changes the break condition to check if the container exceeds the total number of items therefore there will be no more items to fetch.
2021-03-15 09:33:46 -07:00
..
__init__.py Bump to 4.4.1 2021-03-11 11:22:42 -06:00
alert.py fix: code quality issues (#670) 2021-02-24 11:55:53 -06:00
audio.py Cast librarySectionID to int 2021-03-11 13:27:08 -08:00
base.py More PlexAPI filtering docs to fetchItems 2021-03-12 09:18:36 -08:00
client.py Handle missing key when PlayQueue passed to playMedia (#692) 2021-03-11 11:18:51 -06:00
collection.py Cast librarySectionID to int 2021-03-11 13:27:08 -08:00
config.py first pass on compat. 2020-05-12 23:15:16 +02:00
exceptions.py Use Unauthorized exception (#447) 2020-04-09 15:56:26 -05:00
gdm.py Fix gdm.GDM.find_by_content_type() (#668) 2021-02-16 13:45:10 -06:00
library.py Change search break condition 2021-03-15 09:33:46 -07:00
media.py Add banner mixin for shows 2021-02-14 16:11:50 -08:00
mixins.py Clean doc strings 2021-02-14 20:06:49 -08:00
myplex.py Update sharing doc strings 2021-02-26 22:51:22 -08:00
photo.py Cast librarySectionID to int 2021-03-11 13:27:08 -08:00
playlist.py Fix smart playlist listFilterChoices 2021-03-11 13:28:25 -08:00
playqueue.py Docstring flake adjustment 2020-11-02 19:24:25 -06:00
server.py Add LibrarySection.hubSearch() 2021-03-11 11:28:55 -08:00
settings.py fix: code quality issues (#670) 2021-02-24 11:55:53 -06:00
sonos.py Update sonos.py 2020-05-11 14:54:12 +02:00
sync.py Fix exception doc strings 2021-01-02 16:44:18 -08:00
utils.py fix: code quality issues (#670) 2021-02-24 11:55:53 -06:00
video.py Cast librarySectionID to int 2021-03-11 13:27:08 -08:00