Skip to content

Commit 60fe55e

Browse files
authored
Update media.py
videoProfile doc
1 parent a394db6 commit 60fe55e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plexapi/media.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ class Media(PlexObject):
3030
videoCodec (str): Video codec used within the video (ex: ac3).
3131
videoFrameRate (str): Video frame rate (ex: 24p).
3232
videoResolution (str): Video resolution (ex: sd).
33+
videoProfile (str): Video profile (ex: high).
3334
width (int): Width of the video in pixels (ex: 608).
3435
parts (list<:class:`~plexapi.media.MediaPart`>): List of MediaParts in this video.
3536
"""

0 commit comments

Comments
 (0)