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 e0a425f commit 3653a15Copy full SHA for 3653a15
plexapi/media.py
@@ -1003,7 +1003,7 @@ 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 art or poster, None for Theme objects.
+ provider (str): The source of the resource. 'local' for local files (e.g. theme.mp3), None if uploaded or agent-/plugin-supplied.
1007
ratingKey (str): Unique key identifying the resource.
1008
selected (bool): True if the resource is currently selected.
1009
thumb (str): The URL to retrieve the resource thumbnail.
0 commit comments