Skip to content

Commit 3653a15

Browse files
authored
doc: fix documentation for BaseResource.provider (#1295)
1 parent e0a425f commit 3653a15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plexapi/media.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1003,7 +1003,7 @@ class BaseResource(PlexObject):
10031003
Attributes:
10041004
TAG (str): 'Photo' or 'Track'
10051005
key (str): API URL (/library/metadata/<ratingkey>).
1006-
provider (str): The source of the art or poster, None for Theme objects.
1006+
provider (str): The source of the resource. 'local' for local files (e.g. theme.mp3), None if uploaded or agent-/plugin-supplied.
10071007
ratingKey (str): Unique key identifying the resource.
10081008
selected (bool): True if the resource is currently selected.
10091009
thumb (str): The URL to retrieve the resource thumbnail.

0 commit comments

Comments
 (0)