mirror of
https://github.com/pkkid/python-plexapi
synced 2025-02-16 12:58:26 +00:00
tagValues formating
This commit is contained in:
parent
8c2ea6f993
commit
7fbdd72e28
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ class Video(PlexPartialObject):
|
|||
|
||||
* see sync.py VIDEO_QUALITIES for additional information for using videoQuality
|
||||
"""
|
||||
tagValues = [1, 2, 3]
|
||||
tagValues = [1, 2, 3]
|
||||
tagKeys = ["Mobile", "TV", "Original Quality"]
|
||||
tagIDs = tagKeys + tagValues
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue