mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-10 14:14:19 +00:00
_default docstring
This commit is contained in:
parent
0b31454c0f
commit
0974b1e2b1
1 changed files with 1 additions and 0 deletions
|
@ -169,6 +169,7 @@ class Preferences(Setting):
|
|||
FILTER = 'preferences'
|
||||
|
||||
def _default(self):
|
||||
""" Set the default value for this setting."""
|
||||
key = '%s/prefs?' % self._initpath
|
||||
if self.type == 'int':
|
||||
url = key + '%s=%s' % (self.id, self.default)
|
||||
|
|
Loading…
Reference in a new issue