Skip to content

Commit 3549902

Browse files
authored
Fix flake8 #1295 (#1297)
1 parent 3653a15 commit 3549902

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

plexapi/media.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1003,7 +1003,8 @@ 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 resource. 'local' for local files (e.g. theme.mp3), None if uploaded or agent-/plugin-supplied.
1006+
provider (str): The source of the resource. 'local' for local files (e.g. theme.mp3),
1007+
None if uploaded or agent-/plugin-supplied.
10071008
ratingKey (str): Unique key identifying the resource.
10081009
selected (bool): True if the resource is currently selected.
10091010
thumb (str): The URL to retrieve the resource thumbnail.

0 commit comments

Comments
 (0)