1
0
mirror of https://github.com/spaam/svtplay-dl.git synced 2024-11-23 19:55:38 +01:00

svtplay: add titleHeading as episodename when episodeHeading is None

This commit is contained in:
Johan Andersson 2021-04-19 22:34:40 +02:00
parent ce95a23dd8
commit 0dcb01fd5a

View File

@ -216,6 +216,8 @@ class Svtplay(Service, MetadataThumbMixin):
elif name is None:
name = other
other = None
elif other is None:
other = data["moreDetails"]["titleHeading"]
season, episode = self.seasoninfo(data)
if "accessibility" in data: