In an MVW JSON response the 'size' attribute may be None e.g. when the result is an ORF .m3u8 instead of an .mp4 file

This commit is contained in:
hygienic-books 2022-03-17 02:07:50 +01:00
parent 0f68ef558e
commit bb4defdb82

@ -10,7 +10,7 @@ class Show(BaseModel):
description: str
timestamp: int
duration: int
size: int
size: Optional[int]
url_website: str
url_subtitle: str
url_video: str