Skip to content

Commit 623c304

Browse files
committed
setPoster docstring
1 parent c72cc24 commit 623c304

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plexapi/base.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -445,6 +445,7 @@ def uploadPoster(self, url=None, filepath=None):
445445
self._server.query(key, method=self._server._session.post, data=data)
446446

447447
def setPoster(self, poster):
448+
""" Set . :class:`~plexapi.media.Poster` to :class:`~plexapi.video.Video` """
448449
key = poster._initpath[:-1]
449450
data = '%s?url=%s' % (key, quote_plus(poster.ratingKey))
450451
self._server.query(data, method=self._server._session.put)

0 commit comments

Comments
 (0)