Skip to content

Commit

Permalink
Update Tautulli structures. Fixes #73
Browse files Browse the repository at this point in the history
  • Loading branch information
samwiseg0 committed Dec 27, 2018
1 parent 3188593 commit cb6cc55
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions varken/structures.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,8 @@ class TautulliStream(NamedTuple):
subtitles: int = None
stream_subtitle_language: str = None
channel_stream: int = None
channel_icon: str = None
channel_title: str = None
video_bitrate: str = None
is_allow_sync: int = None
stream_video_bitrate: str = None
Expand Down Expand Up @@ -297,6 +299,7 @@ class TautulliStream(NamedTuple):
stream_subtitle_container: str = None
sub_type: str = None
extra_type: str = None
_cache_time: str = None


class TVShow(NamedTuple):
Expand Down

0 comments on commit cb6cc55

Please sign in to comment.