Skip to content

Commit

Permalink
Added Detail.allow_media_deletion property
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzeman committed Feb 10, 2016
1 parent 9dd73cb commit e797ef3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plex/objects/detail.py
Expand Up @@ -16,6 +16,7 @@ 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_sync = Property('allowSync', [int, bool])

background_processing = Property('backgroundProcessing', [int, bool])
Expand Down

0 comments on commit e797ef3

Please sign in to comment.