mirror of
https://github.com/spaam/svtplay-dl.git
synced 2024-11-24 04:05:39 +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:
|
||||
other = desc
|
||||
else:
|
||||
elif desc:
|
||||
other += "-{}".format(desc)
|
||||
|
||||
self.output["title"] = name
|
||||
|
Loading…
Reference in New Issue
Block a user