mirror of
https://github.com/spaam/svtplay-dl.git
synced 2024-11-24 04:05:39 +01:00
svtplay: add titleHeading as episodename when episodeHeading is None
This commit is contained in:
parent
ce95a23dd8
commit
0dcb01fd5a
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user