mirror of
https://github.com/spaam/svtplay-dl.git
synced 2024-11-27 21:54:17 +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:
|
elif name is None:
|
||||||
name = other
|
name = other
|
||||||
other = None
|
other = None
|
||||||
|
elif other is None:
|
||||||
|
other = data["moreDetails"]["titleHeading"]
|
||||||
|
|
||||||
season, episode = self.seasoninfo(data)
|
season, episode = self.seasoninfo(data)
|
||||||
if "accessibility" in data:
|
if "accessibility" in data:
|
||||||
|
Loading…
Reference in New Issue
Block a user