-
Couldn't load subscription status.
- Fork 200
Closed
Description
Describe the issue
Collections are stuck as a partial object after reloading.
Code snipppets
>>> collection = plex.fetchItem(362)
>>> collection
<Collections:362:test>
>>> collection.isPartialObject()
True
>>> collection.reload()
<Collections:362:test>
>>> collection.isPartialObject()
TrueExpected behavior
Collections should be a full object after reloading.
>>> collection = plex.fetchItem(362)
>>> collection
<Collections:362:test>
>>> collection.isPartialObject()
True
>>> collection.reload()
<Collections:362:test>
>>> collection.isPartialObject()
FalseEnviroment (please complete the following information):
- Python Version: 3.9.0
- PlexAPI Version: 4.2.0
Metadata
Metadata
Assignees
Labels
No labels