python-plexapi/plexapi
JonnyWong16 13215152c9
Explicit check for parent is not None
* Checking if parent is truthy calls the __len__ method which does not work for some Plex objects until after it is initialized with _loadData.
2021-06-06 13:51:59 -07:00
..
__init__.py Bump to 4.5.2 2021-04-05 15:49:21 -05:00
alert.py fix: code quality issues (#670) 2021-02-24 11:55:53 -06:00
audio.py Refactor lastRatedAt userRating attributes 2021-05-30 15:49:45 -07:00
base.py Explicit check for parent is not None 2021-06-06 13:51:59 -07:00
client.py Improve PlexClient connections (#701) 2021-03-22 14:37:52 -05:00
collection.py Merge remote-tracking branch 'upstream/master' into feature/rating_mixin 2021-06-06 12:54:09 -07: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 Add method to get a collection or playlist by title in a library 2021-05-29 16:57:41 -07:00
media.py Merge pull request #746 from JonnyWong16/feature/properties 2021-05-23 19:02:20 -07:00
mixins.py Merge remote-tracking branch 'upstream/master' into feature/rating_mixin 2021-06-06 12:54:09 -07:00
myplex.py Add method to switch users for a PlexServer 2021-05-11 16:38:50 -07:00
photo.py Refactor lastRatedAt userRating attributes 2021-05-30 15:49:45 -07:00
playlist.py Check item exists in playlist before removing or moving 2021-06-02 09:23:39 -07:00
playqueue.py Docstring flake adjustment 2020-11-02 19:24:25 -06:00
server.py Merge pull request #763 from JonnyWong16/feature/smart_playlists_collections 2021-06-06 12:15:12 -07: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 Limit toDatetime to 32-bit integer 2021-05-10 16:11:16 -07:00
video.py Refactor lastRatedAt userRating attributes 2021-05-30 15:49:45 -07:00