From cb6cc553019412e1ad74adb97a83b05a3f250625 Mon Sep 17 00:00:00 2001 From: samwiseg0 Date: Wed, 26 Dec 2018 23:23:21 -0500 Subject: [PATCH] Update Tautulli structures. Fixes #73 --- varken/structures.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/varken/structures.py b/varken/structures.py index accd4fe..2f714db 100644 --- a/varken/structures.py +++ b/varken/structures.py @@ -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 @@ -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):