add two attributes to content.py to_dict

This commit is contained in:
Nirvana
2026-08-08 19:40:19 +02:00
parent 61558c166e
commit b877312cfe
@@ -135,6 +135,8 @@ class Content:
"Country": self.country,
"Language": self.language,
"StreamingFormat": self.streaming_format,
"LicenseUrl": self.license_url,
"CertificateUrl": self.certificate_url,
}
if self.drm_config:
result["DrmConfig"] = self.drm_config.to_dict()