Skip to content

Commit

Permalink
Added missing properties to the Detail class
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzeman committed May 10, 2016
1 parent ed564cb commit f4b0821
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions plex/objects/detail.py
Expand Up @@ -17,11 +17,16 @@ class Detail(Container):
allow_camera_upload = Property('allowCameraUpload', (int, bool))
allow_channel_access = Property('allowChannelAccess', (int, bool))
allow_media_deletion = Property('allowMediaDeletion', (int, bool))
allow_sharing = Property('allowSharing', (int, bool))
allow_sync = Property('allowSync', (int, bool))

background_processing = Property('backgroundProcessing', (int, bool))
companion_proxy = Property('companionProxy', (int, bool))
event_stream = Property('eventStream', (int, bool))
hub_search = Property('hubSearch', (int, bool))
plugin_host = Property('pluginHost', (int, bool))
read_only_libraries = Property('readOnlyLibraries', (int, bool))
updater = Property('updater', (int, bool))

certificate = Property(type=(int, bool))
multiuser = Property(type=(int, bool))
Expand Down

0 comments on commit f4b0821

Please sign in to comment.