Skip to content

Commit

Permalink
[#2] Added Stream properties: language, language_code
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzeman committed Oct 25, 2015
1 parent bdade21 commit 75f2376
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions plex/objects/library/stream.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ class Stream(Descriptor):
title = Property
duration = Property(type=int)

language = Property
language_code = Property('languageCode')

codec = Property
codec_id = Property('codecID')

Expand Down

0 comments on commit 75f2376

Please sign in to comment.