mirror of
https://github.com/spaam/svtplay-dl.git
synced 2024-11-23 19:55:38 +01:00
parent
6d821ae60e
commit
d9209f843e
@ -205,7 +205,7 @@ class Svtplay(Service, MetadataThumbMixin):
|
||||
if tab == i["id"]:
|
||||
collections.append(i)
|
||||
else:
|
||||
if i["id"] == "upcoming":
|
||||
if i["id"] == "upcoming" or i["id"] == "related":
|
||||
continue
|
||||
elif self.config.get("include_clips") and "clips" in i["id"]:
|
||||
collections.append(i)
|
||||
|
Loading…
Reference in New Issue
Block a user