mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-10 14:14:19 +00:00
Comment parameters
This commit is contained in:
parent
ace43732a4
commit
16ed7451c9
1 changed files with 1 additions and 0 deletions
|
@ -572,6 +572,7 @@ class Playable(object):
|
|||
Parameters:
|
||||
time (int): milliseconds watched
|
||||
state (string): state of the video, default 'stopped'
|
||||
duration (int): duration of the item
|
||||
"""
|
||||
durationStr = ''
|
||||
if duration != None:
|
||||
|
|
Loading…
Reference in a new issue