Skip to content

Commit 481e55b

Browse files
committed
Update docstring for added ratingKey arg.
1 parent f3091d9 commit 481e55b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plexapi/server.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,7 @@ def history(self, maxresults=9999999, mindate=None, ratingKey=None):
332332
maxresults (int): Only return the specified number of results (optional).
333333
mindate (datetime): Min datetime to return results from. This really helps speed
334334
up the result listing. For example: datetime.now() - timedelta(days=7)
335+
ratingKey (int/str) Request history for a specific ratingKey item.
335336
"""
336337
results, subresults = [], '_init'
337338
args = {'sort': 'viewedAt:desc'}

0 commit comments

Comments
 (0)