..
__init__.py
Fix various typos ( #880 )
2022-02-26 19:26:08 -08:00
alert.py
Add support for error callback for AlertListener ( #850 )
2021-11-20 16:46:28 -08:00
audio.py
Update PlexAPI to f-strings ( #1000 )
2022-08-27 22:56:01 -07:00
base.py
Use cached_property
decorator ( #1065 )
2022-12-21 11:51:45 -08:00
client.py
"repeat" should not be a boolean: 0, 1 or 2 ( #1046 )
2022-11-08 16:36:56 -08:00
collection.py
Factor out playQueue()
method to PlexPartialObject
( #1058 )
2022-12-21 11:43:26 -08:00
config.py
Update PlexAPI to f-strings ( #1000 )
2022-08-27 22:56:01 -07:00
const.py
Release 4.13.1
2022-11-08 18:02:59 -08:00
exceptions.py
Use Unauthorized exception ( #447 )
2020-04-09 15:56:26 -05:00
gdm.py
Fix various typos ( #880 )
2022-02-26 19:26:08 -08:00
library.py
Fix getGuid
doc string ( #1068 )
2022-12-21 11:52:29 -08:00
media.py
Add Rating
media tag ( #1059 )
2022-12-21 11:43:52 -08:00
mixins.py
Properly close file object in mixin uploads ( #1074 )
2022-12-21 13:56:02 -08:00
myplex.py
Fix: Remove bogus space from limit parameter ( #1073 )
2022-12-21 13:10:48 -08:00
photo.py
Update PlexAPI to f-strings ( #1000 )
2022-08-27 22:56:01 -07:00
playlist.py
Factor out playQueue()
method to PlexPartialObject
( #1058 )
2022-12-21 11:43:26 -08:00
playqueue.py
Factor out playQueue()
method to PlexPartialObject
( #1058 )
2022-12-21 11:43:26 -08:00
server.py
Fix: Inherit session when creating internal PlexServer objects ( #1069 )
2022-12-21 13:01:37 -08:00
settings.py
Fix parsing settings enum ( #1057 )
2022-12-21 11:34:50 -08:00
sonos.py
Update PlexAPI to f-strings ( #1000 )
2022-08-27 22:56:01 -07:00
sync.py
Update PlexAPI to f-strings ( #1000 )
2022-08-27 22:56:01 -07:00
utils.py
Properly close file object in mixin uploads ( #1074 )
2022-12-21 13:56:02 -08:00
video.py
Add Rating
media tag ( #1059 )
2022-12-21 11:43:52 -08:00