Skip to content

Commit

Permalink
Added allow_tuners property to the Detail class
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzeman committed Mar 4, 2018
1 parent a87d6d7 commit aa34542
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plex/objects/detail.py
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 aa34542

Please sign in to comment.