mirror of
https://git.vectorsigma.ru/public/tubearchivist.git
synced 2026-08-04 21:39:49 +00:00
fix continue watching none IDs, add showEmbeddedVideo to useEffect
This commit is contained in:
@@ -68,9 +68,10 @@ class QueryBuilder:
|
||||
for i in results
|
||||
if not i.get("watched")
|
||||
]
|
||||
continue_ids = {"bool": {"should": ids}}
|
||||
if not ids:
|
||||
return None
|
||||
|
||||
return continue_ids
|
||||
return {"bool": {"should": ids}}
|
||||
|
||||
def parse_type(self, video_type: str):
|
||||
"""parse video type"""
|
||||
|
||||
Reference in New Issue
Block a user