Refactor use of manual cached attributes by JonnyWong16 · Pull Request #1516 · pushingkarmaorg/python-plexapi
Navigation Menu
{{ message }}
pushingkarmaorg / python-plexapi Public
- Notifications You must be signed in to change notification settings
- Fork 199
Merged
JonnyWong16 merged 5 commits intopushingkarmaorg:masterfrom
Apr 18, 2025Merged
Refactor use of manual cached attributes#1516
JonnyWong16 merged 5 commits intopushingkarmaorg:masterfrom
Refactor use of manual cached attributes#1516
JonnyWong16 merged 5 commits intopushingkarmaorg:masterfrom
Conversation
Copy link Copy Markdown
Collaborator
Description
Refactor use of manual cached attributes to use the cached data properties added in #1510.
Breaking change:
Hub.itemsproperty changed toHub.items()method to mimic the rest of the library.
Type of change
Please delete options that are not relevant.
- Bug fix (non-breaking change which fixes an issue)
- New feature (non-breaking change which adds functionality)
- Breaking change (fix or feature that would cause existing functionality to not work as expected)
- This change requires a documentation update
Checklist:
- My code follows the style guidelines of this project
- I have performed a self-review of my own code
- I have commented my code, particularly in hard-to-understand areas
- I have added or updated the docstring for new or existing methods
- I have added tests when applicable
JonnyWong16 added 2 commits
April 9, 2025 10:23
JonnyWong16
added
non-breaking
breaking
and removed
non-breaking
labels
Copy link Copy Markdown
Collaborator Author
JonnyWong16
commented
Apr 9, 2025
JonnyWong16 commented
Apr 9, 2025Requires #1515 to be merged first.
JonnyWong16 added 2 commits
April 12, 2025 17:21
JonnyWong16
force-pushed
the
feature/refactor_cache_attributes
branch
from
669cd2c to
fd09280
Compare
JonnyWong16
deleted the
feature/refactor_cache_attributes
branch
eliasbenb
mentioned this pull request
1 task
This was referenced
Nov 12, 2025This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment