From e797ef32d7eea46282b7cb85d9494ad3944040d8 Mon Sep 17 00:00:00 2001 From: Dean Gardiner Date: Wed, 10 Feb 2016 20:57:02 +1300 Subject: [PATCH] Added `Detail.allow_media_deletion` property --- plex/objects/detail.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plex/objects/detail.py b/plex/objects/detail.py index 6268922..35686ce 100644 --- a/plex/objects/detail.py +++ b/plex/objects/detail.py @@ -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])