We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3653a15 commit 3549902Copy full SHA for 3549902
plexapi/media.py
@@ -1003,7 +1003,8 @@ class BaseResource(PlexObject):
1003
Attributes:
1004
TAG (str): 'Photo' or 'Track'
1005
key (str): API URL (/library/metadata/<ratingkey>).
1006
- provider (str): The source of the resource. 'local' for local files (e.g. theme.mp3), None if uploaded or agent-/plugin-supplied.
+ provider (str): The source of the resource. 'local' for local files (e.g. theme.mp3),
1007
+ None if uploaded or agent-/plugin-supplied.
1008
ratingKey (str): Unique key identifying the resource.
1009
selected (bool): True if the resource is currently selected.
1010
thumb (str): The URL to retrieve the resource thumbnail.
0 commit comments