mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-06 05:01:14 -07:00
Update PlexAPI to 4.6.1
This commit is contained in:
parent
b0a395ad0b
commit
fec17a7344
14 changed files with 1726 additions and 649 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue