mirror of
https://github.com/alexta69/metube.git
synced 2026-07-17 16:47:30 +00:00
fix: handle playlists that don't supply video ids
This commit is contained in:
parent
1f79883b75
commit
d38d7bd1b1
2 changed files with 5 additions and 0 deletions
|
|
@ -359,6 +359,8 @@ class SubscriptionManager:
|
|||
if not eid or not vurl:
|
||||
continue
|
||||
queue_entry = dict(ent)
|
||||
if "id" not in queue_entry:
|
||||
queue_entry["id"] = eid
|
||||
queue_entry["_type"] = "video"
|
||||
queue_entry["webpage_url"] = vurl
|
||||
result = await self.dqueue.add_entry(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue