mirror of
https://github.com/spaam/svtplay-dl.git
synced 2024-11-27 21:54:17 +01:00
svtplay: only add desc if available
This commit is contained in:
parent
bf21419afd
commit
81011d4b53
@ -248,7 +248,7 @@ class Svtplay(Service, OpenGraphThumbMixin):
|
|||||||
|
|
||||||
if not other:
|
if not other:
|
||||||
other = desc
|
other = desc
|
||||||
else:
|
elif desc:
|
||||||
other += "-{}".format(desc)
|
other += "-{}".format(desc)
|
||||||
|
|
||||||
self.output["title"] = name
|
self.output["title"] = name
|
||||||
|
Loading…
Reference in New Issue
Block a user