doc: fix documentation for BaseResource.provider (#1295)

This commit is contained in:
Tom Niget 2023-11-13 19:56:40 +01:00 committed by GitHub
parent e0a425fdcb
commit 3653a156db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1003,7 +1003,7 @@ class BaseResource(PlexObject):
Attributes:
TAG (str): 'Photo' or 'Track'
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.
selected (bool): True if the resource is currently selected.
thumb (str): The URL to retrieve the resource thumbnail.