Skip to content

Commit

Permalink
Updated plex.py
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzeman committed Mar 4, 2018
1 parent 96e8506 commit 8db3c62
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ class Detail(Container):
allow_media_deletion = Property('allowMediaDeletion', (int, bool))
allow_sharing = Property('allowSharing', (int, bool))
allow_sync = Property('allowSync', (int, bool))
allow_tuners = Property('allowTuners', (int, bool))

background_processing = Property('backgroundProcessing', (int, bool))
companion_proxy = Property('companionProxy', (int, bool))
Expand Down

0 comments on commit 8db3c62

Please sign in to comment.