From 7747503fee2236e89e094e4042a61a2aa24f23d6 Mon Sep 17 00:00:00 2001 From: Nate Harris Date: Sun, 9 Aug 2020 22:40:47 -0400 Subject: [PATCH] Spelling error --- plexpy/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plexpy/common.py b/plexpy/common.py index 48f28e90..c4a56bdf 100644 --- a/plexpy/common.py +++ b/plexpy/common.py @@ -529,7 +529,7 @@ NOTIFICATION_PARAMETERS = [ {'name': 'Video Full Resolution', 'type': 'str', 'value': 'video_full_resolution', 'description': 'The video resolution of the original media with scan type.'}, {'name': 'Video Ref Frames', 'type': 'int', 'value': 'video_ref_frames', 'description': 'The video reference frames of the original media.'}, {'name': 'Video Resolution', 'type': 'str', 'value': 'video_resolution', 'description': 'The video resolution of the original media.'}, - {'name': 'Video Scan Tpye', 'type': 'str', 'value': 'video_scan_type', 'description': 'The video scan type of the original media.'}, + {'name': 'Video Scan Type', 'type': 'str', 'value': 'video_scan_type', 'description': 'The video scan type of the original media.'}, {'name': 'Video Height', 'type': 'int', 'value': 'video_height', 'description': 'The video height of the original media.'}, {'name': 'Video Width', 'type': 'int', 'value': 'video_width', 'description': 'The video width of the original media.'}, {'name': 'Video Language', 'type': 'str', 'value': 'video_language', 'description': 'The video language of the original media.'},