Skip to content

Commit 7fbdd72

Browse files
committed
tagValues formating
1 parent 8c2ea6f commit 7fbdd72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plexapi/video.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ def optimize(self, title=None, target="", targetTagID=None, locationID=-1, polic
154154
155155
* see sync.py VIDEO_QUALITIES for additional information for using videoQuality
156156
"""
157-
tagValues = [1, 2, 3]
157+
tagValues = [1, 2, 3]
158158
tagKeys = ["Mobile", "TV", "Original Quality"]
159159
tagIDs = tagKeys + tagValues
160160

0 commit comments

Comments
 (0)