Skip to content

Commit

Permalink
Updated properties for Detail object
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzeman committed Jan 17, 2016
1 parent 75f2376 commit 9dd73cb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions plex/objects/detail.py
Expand Up @@ -18,6 +18,9 @@ class Detail(Container):
allow_channel_access = Property('allowChannelAccess', [int, bool])
allow_sync = Property('allowSync', [int, bool])

background_processing = Property('backgroundProcessing', [int, bool])
companion_proxy = Property('companionProxy', [int, bool])

certificate = Property(type=[int, bool])
multiuser = Property(type=[int, bool])
sync = Property(type=[int, bool])
Expand Down Expand Up @@ -53,6 +56,9 @@ class MyPlexDetail(Descriptor):

class TranscoderDetail(Descriptor):
audio = Property('transcoderAudio', [int, bool])
lyrics = Property('transcoderLyrics', [int, bool])
photo = Property('transcoderPhoto', [int, bool])
subtitles = Property('transcoderSubtitles', [int, bool])
video = Property('transcoderVideo', [int, bool])

video_bitrates = Property('transcoderVideoBitrates')
Expand Down

0 comments on commit 9dd73cb

Please sign in to comment.