mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-22 19:53:17 +00:00
doc: fix documentation for BaseResource.provider (#1295)
This commit is contained in:
parent
e0a425fdcb
commit
3653a156db
1 changed files with 1 additions and 1 deletions
|
@ -1003,7 +1003,7 @@ class BaseResource(PlexObject):
|
||||||
Attributes:
|
Attributes:
|
||||||
TAG (str): 'Photo' or 'Track'
|
TAG (str): 'Photo' or 'Track'
|
||||||
key (str): API URL (/library/metadata/<ratingkey>).
|
key (str): API URL (/library/metadata/<ratingkey>).
|
||||||
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.
|
||||||
ratingKey (str): Unique key identifying the resource.
|
ratingKey (str): Unique key identifying the resource.
|
||||||
selected (bool): True if the resource is currently selected.
|
selected (bool): True if the resource is currently selected.
|
||||||
thumb (str): The URL to retrieve the resource thumbnail.
|
thumb (str): The URL to retrieve the resource thumbnail.
|
||||||
|
|
Loading…
Reference in a new issue