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