Add new Tautulli structures #111
This commit is contained in:
parent
b7e8d6e3fc
commit
b0bbe431d5
1 changed files with 2 additions and 0 deletions
|
@ -455,3 +455,5 @@ class TautulliStream(NamedTuple):
|
||||||
width: str = None
|
width: str = None
|
||||||
writers: list = None
|
writers: list = None
|
||||||
year: str = None
|
year: str = None
|
||||||
|
secure: str = None
|
||||||
|
relayed: str = None
|
||||||
|
|
Loading…
Reference in a new issue