Update PlexAPI to 4.6.1

This commit is contained in:
JonnyWong16 2021-06-15 22:12:59 -07:00
parent b0a395ad0b
commit fec17a7344
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
14 changed files with 1726 additions and 649 deletions

View file

@ -164,10 +164,10 @@ class Preferences(Setting):
""" Represents a single Preferences.
Attributes:
TAG (str): 'Preferences'
TAG (str): 'Setting'
FILTER (str): 'preferences'
"""
TAG = 'Preferences'
TAG = 'Setting'
FILTER = 'preferences'
def _default(self):